mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
Forget
This commit is contained in:
parent
23f9ea2059
commit
eabf19d866
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ async def evaluation_cmd_t(_, m):
|
|||
stdout, stderr, exc = None, None, None
|
||||
|
||||
try:
|
||||
await aexec(cmd, client, message)
|
||||
await aexec(cmd, _, m)
|
||||
except Exception:
|
||||
exc = traceback.format_exc()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue