idiot vidk
This commit is contained in:
parent
329a8febbf
commit
8a11e76cfb
|
@ -114,7 +114,7 @@ async def listexec(client, message):
|
||||||
@public_log_errors
|
@public_log_errors
|
||||||
async def cancelexec(client, message):
|
async def cancelexec(client, message):
|
||||||
try:
|
try:
|
||||||
task = exec_tasks.get(int(message[1]))
|
task = exec_tasks.get(int(message.command[1]))
|
||||||
except IndexError:
|
except IndexError:
|
||||||
return
|
return
|
||||||
if not task:
|
if not task:
|
||||||
|
|
Loading…
Reference in New Issue