Archived
1

/academy and /bastion commands

This commit is contained in:
2017-12-02 19:50:56 +04:00
parent 010a2395bf
commit 050c0f8d0b
5 changed files with 40 additions and 6 deletions

View File

@@ -11,6 +11,9 @@ import (
// TalkersInterface implements Talkers for importing via appcontex
type TalkersInterface interface {
Init()
AcademyMessage(update *tgbotapi.Update)
BastionMessage(update *tgbotapi.Update)
HelpMessage(update *tgbotapi.Update, playerRaw *dbmapping.Player)
AnyMessageUnauthorized(update *tgbotapi.Update) string