This commit is contained in:
yasirarism 2022-12-21 07:36:38 +07:00 committed by GitHub
parent 23f9ea2059
commit eabf19d866
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()