diff --git a/bot.go b/bot.go index 228c0df..6015d50 100644 --- a/bot.go +++ b/bot.go @@ -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, }