This commit is contained in:
shoopea 2019-10-02 12:46:15 +08:00
parent b044d1068f
commit 74f1e87a7a

2
bot.go
View File

@ -747,7 +747,7 @@ func botGWithdraw(m *tb.Message) {
c := TGCommand{
Type: commandReplyMsg,
//Text: fmt.Sprintf("%s", err),
Test: "error",
Text: "error",
FromMsgID64: int64(m.ID),
FromChatID64: m.Chat.ID,
}