Archived
1
0
Fork 0

Update message.py

This commit is contained in:
yzhh 2023-04-05 13:41:03 +08:00
parent 52e25d4c08
commit 71c8fc23ae

View file

@ -295,7 +295,7 @@ async def parser(msg: MessageSession, require_enable_modules: bool = True, prefi
except Exception as e:
Logger.error(traceback.format_exc())
await msg.sendMessage(msg.locale.t('error.prompt.report', err_msg=str(e)) +
Url(Config('bug_report_url')))
str(Url(Config('bug_report_url'))))
return msg
if running_mention:
if display.find('小可') != -1: