Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 731 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 731 Bytes

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.