From fc38bfb401f46150c7dbd27d2022cd9452089cee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9A=E5=90=83=E7=82=B9=E8=8B=B9=E6=9E=9C?= <73388495+eatmoreapple@users.noreply.github.com> Date: Fri, 13 Jan 2023 20:53:52 +0800 Subject: [PATCH] =?UTF-8?q?[fix]:=20=E4=BF=AE=E5=A4=8D=E5=BD=93=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E4=B8=BB=E5=8A=A8=E9=80=80=E5=87=BA=E5=90=8E=EF=BC=8C?= =?UTF-8?q?block=E4=BE=9D=E7=84=B6=E9=98=BB=E5=A1=9E=20(#206)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bot.go | 1 + 1 file changed, 1 insertion(+) diff --git a/bot.go b/bot.go index 428a167..d1480ba 100644 --- a/bot.go +++ b/bot.go @@ -191,6 +191,7 @@ func (b *Bot) WebInit() error { // 判断是否继续, 如果不继续则退出 if goon := b.MessageErrorHandler(err); !goon { b.err = err + b.Exit() break } }