diff --git a/modules/core/su_utils.py b/modules/core/su_utils.py index 5a121fc5..2f324036 100644 --- a/modules/core/su_utils.py +++ b/modules/core/su_utils.py @@ -431,6 +431,7 @@ async def _(msg: Bot.MessageSession): @rse.handle('-n []') +async def _(msg: Bot.MessageSession): e = msg.parsed_msg.get('', None) if not e: e = msg.locale.t("core.message.raise")