Archived
1

Add FAQ for users

This commit is contained in:
2018-03-06 21:38:25 +04:00
parent 49eaa4a501
commit bf9f9c164e
4 changed files with 54 additions and 2 deletions

View File

@@ -4,8 +4,8 @@
package talkersinterface
import (
"source.wtfteam.pro/i2_bot/i2_bot/lib/dbmapping"
"github.com/go-telegram-bot-api/telegram-bot-api"
"source.wtfteam.pro/i2_bot/i2_bot/lib/dbmapping"
)
// TalkersInterface implements Talkers for importing via appcontex
@@ -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)
FAQMessage(update *tgbotapi.Update) string
FiveOffer(update *tgbotapi.Update) string
AnyMessageUnauthorized(update *tgbotapi.Update) string