diff --git a/bot.go b/bot.go index ed6e8ed..4b02e39 100644 --- a/bot.go +++ b/bot.go @@ -278,7 +278,7 @@ func botTimer(m *tb.Message) { if err != nil { c := TGCommand{ Type: commandReplyMsg, - Text: err, + Text: fmt.Sprintf("%s", err), FromMsgID64: int64(m.ID), FromChatID64: m.Chat.ID, }