slash doesn't play well with new settings, experts say
This commit is contained in:
@ -40,15 +40,15 @@ func SetCommand(
|
||||
// add commands to the register
|
||||
func CommandInit() {
|
||||
SetCommand(
|
||||
[]string{"/ggd audio", "/ggd tts"},
|
||||
[]string{"ggd audio", "ggd tts"},
|
||||
"*Attach a TTS version of the message on the channel*",
|
||||
"`/ggd [audio|tts] hello everyone`",
|
||||
"`ggd [audio|tts] hello everyone`",
|
||||
MessageAudio)
|
||||
|
||||
SetCommand(
|
||||
[]string{"/ggd voca"},
|
||||
[]string{"ggd voca"},
|
||||
"Play audio message in vocal channel",
|
||||
"`/ggd voca let's go shopping`",
|
||||
"`ggd voca let's go shopping`",
|
||||
MessageVocal)
|
||||
|
||||
SetCommand(
|
||||
@ -58,14 +58,14 @@ func CommandInit() {
|
||||
MessagePing)
|
||||
|
||||
SetCommand(
|
||||
[]string{"/ggd help", "/ggd info"},
|
||||
[]string{"ggd help", "ggd info"},
|
||||
"*Display the available list of commands*",
|
||||
"`/ggd [help|info]`",
|
||||
"`ggd [help|info]`",
|
||||
MessageHelp)
|
||||
|
||||
SetCommand(
|
||||
[]string{"/ggd hat", "/ggd chapeau", "/ggd chapo"},
|
||||
[]string{"ggd hat", "ggd chapeau", "ggd chapo"},
|
||||
"*Hand over a set of fancy hats*",
|
||||
"`/ggd [hat|chapeau|chapo]`",
|
||||
"`ggd [hat|chapeau|chapo]`",
|
||||
MessageHat)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user