A simple template to get you started with coding your own personalized Discord bot using JavaScript.
- Easy to get started with a pre-configured template.
- Uses discord.js library to interact with the Discord API.
- Follows the JavaScript Standard Style for code consistency.
- Lightweight and extensible for your custom features.
Before running the bot, make sure you have:
- Node.js (v17.0.0 or higher)
- A Discord bot token (Create one via Discord Developer Portal)
git clone [email protected]:codiume/discord-bot-template.git fancy-bot
cd fancy-bot
npm install
Create a .env
file in the root of your project and add your Discord bot token:
DISCORD_BOT_TOKEN=your-bot-token-here
npm run dev
Your bot should now be running and connected to your Discord server! Additional Features
- Add more commands by modifying the
commands
folder. - Customize bot events by editing the
events
folder.
Feel free to fork and contribute to this project. Submit pull requests with improvements, bug fixes, or new features!
Thanks to the following people who have contributed to this project:
- mhdcodes - Maintainer
- NekoSakuraLucia - Contributor