discord-guard
Version:
A discord verifacation bot that uses a captcha.
26 lines • 529 B
JSON
{
"name": "discord-guard",
"version": "2.1.0",
"description": "A discord verifacation bot that uses a captcha.",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Discord",
"Js",
"Discord.JS",
"Discord-Api",
"Guarding",
"Captcha",
"Discord-Guarding",
"Discord-Captcha"
],
"author": "Toadless",
"license": "ISC",
"dependencies": {
"colors": "^1.4.0",
"discord.js": "^12.4.1",
"jimp": "^0.16.1"
}
}