This is a Discord moderation bot that has the functionality to kick, ban, respond to messages, and give roles.
To be added...
This project uses the following tools:
- Node.js
- Discord.js - https://github.com/discordjs/discord.js
- Running the Bot
- Deploy the slash commands:
node commands.js
- Start the bot:
node index.js
- Deploy the slash commands:
- Keep Bot Running
- Local:
npm install -g pm2 pm2 start index.js --name "discord-bot" - Cloud: Use Render.com, Railway.app, or Replit (free options). Push code to GitHub, link to a cloud provider, and configure DISCORD_TOKEN as an environment variable.
- Local:
This project is licensed under the MIT License. See the LICENSE file for details