From 16a1ea4205027b48cf81801d0a1d9df0770dd756 Mon Sep 17 00:00:00 2001 From: shoopea Date: Sun, 20 Oct 2019 17:12:01 +0800 Subject: [PATCH] fix --- bot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.go b/bot.go index 348611c..5527bf7 100644 --- a/bot.go +++ b/bot.go @@ -561,7 +561,7 @@ func botListParsingRules(m *tb.Message) { FromChatID64: m.Chat.ID, } TGCmdQueue <- c - s = nil + s = `` } }