Archived
1

Five pokeballs offer

This commit is contained in:
2017-12-03 14:37:54 +04:00
parent dfda32396a
commit 1fecbd96ff
3 changed files with 37 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ type TalkersInterface interface {
AcademyMessage(update *tgbotapi.Update, playerRaw *dbmapping.Player)
BastionMessage(update *tgbotapi.Update, playerRaw *dbmapping.Player)
HelpMessage(update *tgbotapi.Update, playerRaw *dbmapping.Player)
FiveOffer(update *tgbotapi.Update) string
AnyMessageUnauthorized(update *tgbotapi.Update) string
BotError(update *tgbotapi.Update) string