1
0

legacy hats function

This commit is contained in:
2020-12-08 11:38:12 +01:00
parent cdb4b6f454
commit 804ed6ee5b
2 changed files with 17 additions and 0 deletions

View File

@ -34,6 +34,11 @@ func main() {
"*Display the available list of commands*",
"`/ggd [help|info]`",
core.MessageHelp)
core.SetCommand(
[]string{"/ggd hat", "/ggd chapeau", "/ggd chapo"},
"*Hand over a set of fancy hats*",
"`/ggd [hat|chapeau|chapo]`",
core.MessageHat)
discord.AddHandler(core.MessageHandler)
discord.AddHandler(core.MessageTalkback)