This is a Discord bot built with Node.js and Discord.js.
- Slash commands
- Event handling
- Command handling
- Message sniping
- Clone the repository
- Install dependencies with
npm install
- Copy
.env.example
to.env
and fill in your bot token and database URI - Start the bot with
node index.js
- discord.js
- @discordjs/builders
- dotenv
- mongoose
- colors(logs)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
@NassCT