Skip to content
hrkrx edited this page May 13, 2018 · 1 revision

Welcome to the DiscordBot wiki!

Contribution Guide:

To add functionality to the discord bot you need to do two things:

  • Add a or edit a class which is implementing BaseCommandModule

  • If you added a new class for your command you need to register the class in Program.cs

Clone this wiki locally