From 62de77d552b98f410933d1928ea00e12f778e923 Mon Sep 17 00:00:00 2001 From: Vladimir Hodakov Date: Sun, 26 Nov 2017 15:49:11 +0400 Subject: [PATCH] =?UTF-8?q?"=D0=9D=D0=B0=20=D1=81=D0=BB=D1=83=D0=B1=D0=B6?= =?UTF-8?q?=D0=B5",=20my=20ass!=20Typo=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/welcomer/welcomer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/welcomer/welcomer.go b/lib/welcomer/welcomer.go index 80b9acd..62ed616 100644 --- a/lib/welcomer/welcomer.go +++ b/lib/welcomer/welcomer.go @@ -46,7 +46,7 @@ func (w *Welcomer) groupWelcomeUser(update *tgbotapi.Update, newUser *tgbotapi.U func (w *Welcomer) groupStartMessage(update *tgbotapi.Update) string { message := "*Бот Инстинкта приветствует этот чатик!*\n\n" - message += "На слубже здравого смысла с " + time.Now().Format("02.01.2006 15:04:05") + "." + message += "На службе здравого смысла с " + time.Now().Format("02.01.2006 15:04:05") + "." msg := tgbotapi.NewMessage(update.Message.Chat.ID, message) msg.ParseMode = "Markdown"