legacy hats function
This commit is contained in:
5
main.go
5
main.go
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user