Archived
1

New Year 2018 preparations

This commit is contained in:
2017-12-28 05:57:51 +04:00
parent bbb0b8afe1
commit 880810d90c
4 changed files with 78 additions and 2 deletions

View File

@@ -23,4 +23,6 @@ type TalkersInterface interface {
LongMessage(update *tgbotapi.Update) string
DurakMessage(update *tgbotapi.Update) string
MatMessage(update *tgbotapi.Update) string
NewYearMessage2018()
}