diff --git a/bot.go b/bot.go index 144cec3..80de6fc 100644 --- a/bot.go +++ b/bot.go @@ -85,7 +85,7 @@ func botTest(m *tb.Message) { if _, ok := clientsKeepAlive[m.Chat.ID]; ok { clientSendCWMsg(m.Chat.ID, "🏅Me") - c = TGCommand{ + c := TGCommand{ Type: commandReplyMsg, Text: "Test sent", FromMsgID64: int64(m.ID),