talk in audio channel (not working yet)
This commit is contained in:
@ -41,6 +41,12 @@ func CommandInit() {
|
||||
"`/ggd [audio|tts] hello everyone`",
|
||||
MessageAudio)
|
||||
|
||||
SetCommand(
|
||||
[]string{"/ggd voca"},
|
||||
"Play audio message in vocal channel",
|
||||
"`/ggd voca let's go shopping`",
|
||||
MessageVocal)
|
||||
|
||||
SetCommand(
|
||||
[]string{"ping", "pong"},
|
||||
"*Check if the bot is alive*",
|
||||
|
||||
Reference in New Issue
Block a user