From f38f27db00cc50debcdb73e8f140b0093b999e94 Mon Sep 17 00:00:00 2001 From: shoopea Date: Sat, 24 Aug 2019 14:08:31 +0800 Subject: [PATCH] fix delay --- bot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.go b/bot.go index d14187c..44cc7a1 100644 --- a/bot.go +++ b/bot.go @@ -170,7 +170,7 @@ func botTestDelay(m *tb.Message) { } if clt, ok := getLockedClient(m.Chat.ID, false); ok { clt.Mux.Unlock() - clientSendCWMsgDelay(m.Chat.ID, "🏅Me", 5) + clientSendCWMsgDelay(m.Chat.ID, "🏅Me", 5*time.Second) c := TGCommand{ Type: commandReplyMsg,