Archived
1

/academy and /bastion: some error messages

This commit is contained in:
2017-12-02 20:02:27 +04:00
parent 050c0f8d0b
commit 4d941454b5
3 changed files with 26 additions and 10 deletions

View File

@@ -12,8 +12,8 @@ import (
type TalkersInterface interface {
Init()
AcademyMessage(update *tgbotapi.Update)
BastionMessage(update *tgbotapi.Update)
AcademyMessage(update *tgbotapi.Update, playerRaw *dbmapping.Player)
BastionMessage(update *tgbotapi.Update, playerRaw *dbmapping.Player)
HelpMessage(update *tgbotapi.Update, playerRaw *dbmapping.Player)
AnyMessageUnauthorized(update *tgbotapi.Update) string