A simple and modular Revolt.js bot template designed for easy command management and clean structure.
Edit config.json
:
{
"token": "YOUR_BOT_TOKEN_HERE",
"prefix": "!",
"cooldownSeconds": 3
}
-
Install dependencies:
npm install revolt.js
-
Run the bot:
node index.js