hdkv
/
i2_bot
Archived
1
Fork 0

"На слубже", my ass! Typo fix

master
Vladimir Hodakov 2017-11-26 15:49:11 +04:00
parent 0025493636
commit 62de77d552
1 changed files with 1 additions and 1 deletions

View File

@ -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"