A template Discord Bot with reusable code for all of my own bots.
Feel free to use for your Discord bot projects too!
- PaginatorService (send paginated message very easily)
- AccountService (Handle guilds/dms easily)
- InfoModule with Help & Serverstats command
- CustomCommandService and TopModule for easy modification
You need to have an environment variable set up called 'Token' with your Discord Bot's Token as value!
- Set
AdvancedBot.Console
as your Startup Project - Press the run button at the top
The .vscode/
files are included so all you have to do is open the topmost folder in vscode and press f5
.