diff --git a/bot.go b/bot.go index 4c79c62..9d6ef2f 100644 --- a/bot.go +++ b/bot.go @@ -146,6 +146,7 @@ func (b *Bot) asyncCall() error { func (b *Bot) stopAsyncCALL(err error) { b.exit <- true b.err = err + b.self = nil } // 获取新的消息