Archived
1
0
Fork 0

Update su_utils.py

This commit is contained in:
多羅狼 2023-09-16 02:49:45 +08:00 committed by GitHub
parent dc2754c051
commit 727ebe5732
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -406,6 +406,7 @@ async def _(msg: Bot.MessageSession):
rse = module('raise', developers=['OasisAkari, DoroWolf'], required_superuser=True)
@rse.handle()
@rse.handle('[<exception>] [-n]')
async def _(msg: Bot.MessageSession):
e = msg.parsed_msg.get('<exception>', None)