Archived
1

Added "banned" status for players

This commit is contained in:
2018-02-11 18:58:41 +04:00
parent 7368c58e2d
commit 4660d02a32
5 changed files with 23 additions and 2 deletions

View File

@@ -4,8 +4,8 @@
package talkersinterface
import (
"github.com/go-telegram-bot-api/telegram-bot-api"
"git.wtfteam.pro/fat0troll/i2_bot/lib/dbmapping"
"github.com/go-telegram-bot-api/telegram-bot-api"
)
// TalkersInterface implements Talkers for importing via appcontex
@@ -18,6 +18,7 @@ type TalkersInterface interface {
FiveOffer(update *tgbotapi.Update) string
AnyMessageUnauthorized(update *tgbotapi.Update) string
BanError(update *tgbotapi.Update) string
BotError(update *tgbotapi.Update) string
LongMessage(update *tgbotapi.Update) string