test
This commit is contained in:
parent
c9b562dcd3
commit
e5c0666572
2
bot.go
2
bot.go
@ -85,7 +85,7 @@ func botTest(m *tb.Message) {
|
|||||||
if _, ok := clientsKeepAlive[m.Chat.ID]; ok {
|
if _, ok := clientsKeepAlive[m.Chat.ID]; ok {
|
||||||
clientSendCWMsg(m.Chat.ID, "🏅Me")
|
clientSendCWMsg(m.Chat.ID, "🏅Me")
|
||||||
|
|
||||||
c = TGCommand{
|
c := TGCommand{
|
||||||
Type: commandReplyMsg,
|
Type: commandReplyMsg,
|
||||||
Text: "Test sent",
|
Text: "Test sent",
|
||||||
FromMsgID64: int64(m.ID),
|
FromMsgID64: int64(m.ID),
|
||||||
|
Loading…
Reference in New Issue
Block a user