🐛 Avoid excessive misrepresentation
🐛 避免报错刷屏
This commit is contained in:
parent
155c774de6
commit
7618fa75f4
@ -136,7 +136,7 @@ def listener(**args):
|
||||
exc_info = sys.exc_info()[1]
|
||||
exc_format = format_exc()
|
||||
try:
|
||||
await context.reply(lang('run_error'))
|
||||
await context.edit(lang('run_error'))
|
||||
except BaseException:
|
||||
pass
|
||||
if not diagnostics:
|
||||
|
Loading…
Reference in New Issue
Block a user