mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-06 20:04:51 +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
|
stdout, stderr, exc = None, None, None
|
||||||
|
|
||||||
try:
|
try:
|
||||||
await aexec(cmd, client, message)
|
await aexec(cmd, _, m)
|
||||||
except Exception:
|
except Exception:
|
||||||
exc = traceback.format_exc()
|
exc = traceback.format_exc()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue