discordcaptcha
Version:
Add a captcha verification to your Discord bot
22 lines (21 loc) • 410 B
JSON
{
"name": "discordcaptcha",
"version": "1.0.0",
"description": "Add a captcha verification to your Discord bot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"discord",
"captcha",
"security",
"bot",
"discord.js"
],
"author": "Jacques",
"license": "MIT",
"dependencies": {
"discord.js": "11.5.1"
}
}