"На слубже", my ass! Typo fix
This commit is contained in:
parent
0025493636
commit
62de77d552
@ -46,7 +46,7 @@ func (w *Welcomer) groupWelcomeUser(update *tgbotapi.Update, newUser *tgbotapi.U
|
|||||||
|
|
||||||
func (w *Welcomer) groupStartMessage(update *tgbotapi.Update) string {
|
func (w *Welcomer) groupStartMessage(update *tgbotapi.Update) string {
|
||||||
message := "*Бот Инстинкта приветствует этот чатик!*\n\n"
|
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 := tgbotapi.NewMessage(update.Message.Chat.ID, message)
|
||||||
msg.ParseMode = "Markdown"
|
msg.ParseMode = "Markdown"
|
||||||
|
Reference in New Issue
Block a user