This is a bot for a community Discord server using the Discord.js library.
- Clone this repository
git clone https://github.com/EvarinDev/Discord.JS-Community-Bot && cd Discord.JS-Community-Bot
- Run
bun install
to install the dependencies.
- Create a new Discord bot on the Discord Developer Portal.
- Rename .env.example to .env.
- Copy the Guild ID and Client ID from Discord.
- Copy the bot token and paste it into the .env file
- Run
bun start
to start the bot.
Contributions are welcome! Please fork this repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.