From 39fca4e1abbb8d4e70d75356203dd3a2aaa1342c Mon Sep 17 00:00:00 2001 From: cdle <798731886@qq.com> Date: Mon, 11 Oct 2021 17:37:56 +0800 Subject: [PATCH] update --- core/function.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/function.go b/core/function.go index 906b3dd..c177a67 100644 --- a/core/function.go +++ b/core/function.go @@ -81,7 +81,7 @@ func AddCommand(prefix string, cmds []Function) { func handleMessage(sender Sender) { defer sender.Finish() key := fmt.Sprintf("u=%v&c=%v&i=%v", sender.GetUserID(), sender.GetChatID(), sender.GetImType()) - fmt.Println(key,sender.GetContent() + fmt.Println(key, sender.GetContent()) fmt.Println(waits.Load(key)) if v, ok := waits.Load(key); ok { c := v.(Carry)