Add `/games_chat
` command
This command will send user link to our games-enabled chat.
This commit is contained in:
@@ -14,6 +14,7 @@ type TalkersInterface interface {
|
||||
|
||||
AcademyMessage(update *tgbotapi.Update, playerRaw *dbmapping.Player) string
|
||||
BastionMessage(update *tgbotapi.Update, playerRaw *dbmapping.Player) string
|
||||
GamesMessage(update *tgbotapi.Update, playerRaw *dbmapping.Player) string
|
||||
HelpMessage(update *tgbotapi.Update, playerRaw *dbmapping.Player) string
|
||||
FAQMessage(update *tgbotapi.Update) string
|
||||
|
||||
|
Reference in New Issue
Block a user