Archived
1

Add `/games_chat` command

This command will send user link to our games-enabled chat.
This commit is contained in:
2018-04-04 21:58:57 +04:00
parent f67e652ae4
commit 24e619a446
3 changed files with 24 additions and 1 deletions

View File

@@ -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