Added new bot commands

This commit is contained in:
2019-11-23 16:49:53 +09:00
parent 3a3867cc21
commit 173a3c996d
2 changed files with 82 additions and 0 deletions

View File

@ -13,6 +13,7 @@ type Command func(*discordgo.Session, *discordgo.MessageCreate) bool
var allCommands = []Command{
commands.AnimeList,
commands.AnimeSearch,
commands.Did,
commands.Play,
commands.RandomQuote,
commands.Roles,