Archived
1

Some easter eggs. Ability to find user by name or nickname.

This commit is contained in:
2017-12-02 13:45:24 +04:00
parent 703ea27cdb
commit 8a11a356a3
8 changed files with 88 additions and 4 deletions

View File

@@ -16,6 +16,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)
}