Archived
1
0
Fork 0

Update su_utils.py

This commit is contained in:
多羅狼 2023-11-07 19:07:13 +08:00 committed by GitHub
parent cf5a9aeaed
commit 99f25f91e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -431,6 +431,7 @@ async def _(msg: Bot.MessageSession):
@rse.handle('-n [<exception>]')
async def _(msg: Bot.MessageSession):
e = msg.parsed_msg.get('<exception>', None)
if not e:
e = msg.locale.t("core.message.raise")