safe image stuff, warning for no api key

This commit is contained in:
2019-04-11 20:49:57 +10:00
parent b386a5af43
commit e2a3456dca
5 changed files with 429 additions and 72 deletions

View File

@@ -7,14 +7,19 @@
"@google-cloud/vision": "^0.25.0",
"colors": "^1.3.3",
"discord.js": "^11.4.2",
"inquirer": "^6.2.2",
"mysql": "^2.16.0",
"ping": "^0.2.2",
"promise-mysql": "^3.3.1",
"readline": "^1.3.0",
"request": "^2.88.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
"start": "node index.js",
"setup": "node setup.js"
},
"author": "",
"license": "ISC"
}
}