Archived
1

Add /rules command and trigger for all group chat commands

This commit is contained in:
2018-05-06 05:57:52 +04:00
parent 07c24b8822
commit 2c72bc8023
6 changed files with 56 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ type TalkersInterface interface {
GamesMessage(update *tgbotapi.Update, playerRaw *dbmapping.Player) string
HelpMessage(update *tgbotapi.Update, playerRaw *dbmapping.Player) string
FAQMessage(update *tgbotapi.Update) string
RulesMessage(update *tgbotapi.Update) string
AnyMessageUnauthorized(update *tgbotapi.Update) string
BanError(update *tgbotapi.Update) string