From 74f1e87a7a6e5b0cf6f8800fff584bede3207645 Mon Sep 17 00:00:00 2001 From: shoopea Date: Wed, 2 Oct 2019 12:46:15 +0800 Subject: [PATCH] typo --- bot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }