Archived
1

Pinner fix for lost spaces

This commit is contained in:
2017-12-03 00:40:30 +04:00
parent 4d941454b5
commit dfda32396a
4 changed files with 21 additions and 13 deletions

View File

@@ -19,7 +19,7 @@ type TalkersInterface interface {
AnyMessageUnauthorized(update *tgbotapi.Update) string
BotError(update *tgbotapi.Update) string
LongMessage(update *tgbotapi.Update)
DurakMessage(update *tgbotapi.Update)
MatMessage(update *tgbotapi.Update)
LongMessage(update *tgbotapi.Update) string
DurakMessage(update *tgbotapi.Update) string
MatMessage(update *tgbotapi.Update) string
}