Anti-Nuke-Bot
Anti-Nuke-Bot copied to clipboard
A discord bot to protect your servers from being raided by scrubs.
Anti Nuke Bot
A discord bot to protect your servers.
Requirements
node.jsv16.6
Setup
- Open a terminal in this folder and run
npm i - Fill in the values in
config.json
{
// Discord bot token
"token": "",
// 2 events fired in under 2500 milliseconds = ban.
// 3 events fired in under 10000 milliseconds = ban.
"intervals": [2500, 10000],
// Your user ID
"developer-id": "",
// Bot prefix
"prefix": "=",
// Port (unimportant if you don't want to host it 24/7)
"port": 8000
}
- Run
node .in the terminal
License
Apache License 2.0