/AdvancedDiscordBot-Template

A template for more advanced bots, with several built-in features. (Discord.NET)

Primary LanguageC#GNU General Public License v3.0GPL-3.0

Advanced Bot Template

A template Discord Bot with reusable code for all of my own bots.
Feel free to use for your Discord bot projects too!

Features

  • PaginatorService (send paginated message very easily)
  • AccountService (Handle guilds/dms easily)
  • InfoModule with Help & Serverstats command
  • CustomCommandService and TopModule for easy modification

Building & Running

You need to have an environment variable set up called 'Token' with your Discord Bot's Token as value!

Visual Studio

  1. Set AdvancedBot.Console as your Startup Project
  2. Press the run button at the top

Visual Studio Code

The .vscode/ files are included so all you have to do is open the topmost folder in vscode and press f5.