From e5c0666572eb45a488721c4bd478392208081c96 Mon Sep 17 00:00:00 2001 From: shoopea Date: Thu, 30 May 2019 12:13:50 +0800 Subject: [PATCH] test --- bot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),