From 5725b86d20f32ef0d5ec8b15dcdd8f1b04dedc50 Mon Sep 17 00:00:00 2001 From: shoopea Date: Sat, 18 May 2019 16:12:58 +0800 Subject: [PATCH] test --- bot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.go b/bot.go index 508d4d6..4b2f5a4 100644 --- a/bot.go +++ b/bot.go @@ -184,7 +184,7 @@ func botMsgDump(m *tb.Message) { } else if objTypeId != objTypeMessage { res = `This is not a message reference` } else { - cwm, err := getMsg(objId) + cwm, _ := getMsg(objId) b, _ := json.Marshal(cwm) res = string(b) }