A bot that makes breathing easier.
- Install dependencies:
npm install - Configure
.envwith your TOKEN and GUILD_ID. - Run locally:
npm start - Deploy commands:
npm run deploy(registers slash commands without starting the bot)
- Basic greetings.
- Member welcome and role assignment.
- Counting game in designated channel with high scores and leaderboard.
- Help command for command list.
- Server and user info utilities.
- Admin commands for counting setup (requires admin permissions).
Add commands to commands/<category>/. In the console, type 'reload' to update commands without restarting the bot. Type 'restart' to trigger a full bot restart (host will handle it automatically).
Logs are in combined.log and error.log.