Woam-Antispam-Bot/package.json
Tobias Hopp 6102599e5d Update bot
Took 2 hours 17 minutes
2021-03-15 09:32:14 +01:00

19 lines
418 B
JSON

{
"name": "woam-antispam-bot",
"version": "1.0.0",
"description": "Woam is a AntiSpam and anti badwords filter bot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"discord-anti-spam": "^2.5.0",
"discord.js": "^12.5.1",
"mysql2": "^2.2.5",
"node-mysql": "^0.4.2"
}
}