1
0

talk in audio channel (not working yet)

This commit is contained in:
2020-12-13 16:14:23 +01:00
parent e64a364fd1
commit a47f6b2df1
4 changed files with 119 additions and 13 deletions

View File

@ -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*",