This commit is contained in:
shoopea 2019-05-30 12:13:50 +08:00
parent c9b562dcd3
commit e5c0666572

2
bot.go
View File

@ -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),