You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
// 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
}
{ // 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 }