A Discord bot template made using Detritus library
Add your commands at commands folder. Add your events at events folder. Refer ready event for more info.
- Rename
sample.envto.envand fill the values. - Install Node.js 18 or newer.
- Install Dependencies
npm install- For testing, run:
npm run dev- For production, run:
npm startPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.