typo
This commit is contained in:
parent
b044d1068f
commit
74f1e87a7a
2
bot.go
2
bot.go
@ -747,7 +747,7 @@ func botGWithdraw(m *tb.Message) {
|
|||||||
c := TGCommand{
|
c := TGCommand{
|
||||||
Type: commandReplyMsg,
|
Type: commandReplyMsg,
|
||||||
//Text: fmt.Sprintf("%s", err),
|
//Text: fmt.Sprintf("%s", err),
|
||||||
Test: "error",
|
Text: "error",
|
||||||
FromMsgID64: int64(m.ID),
|
FromMsgID64: int64(m.ID),
|
||||||
FromChatID64: m.Chat.ID,
|
FromChatID64: m.Chat.ID,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user