fix #6
This commit is contained in:
parent
da5e3d3527
commit
d88812cf60
1 changed files with 1 additions and 1 deletions
|
@ -606,7 +606,7 @@ class Utils(commands.Cog):
|
||||||
id, fromSlash, _ = isSlash(id)
|
id, fromSlash, _ = isSlash(id)
|
||||||
if id:
|
if id:
|
||||||
try:
|
try:
|
||||||
id = int(id[0])
|
id = int(id)
|
||||||
except:
|
except:
|
||||||
return await mySendHidden(ctx, fromSlash, "L'ID renseigné n'est pas valide.")
|
return await mySendHidden(ctx, fromSlash, "L'ID renseigné n'est pas valide.")
|
||||||
else:
|
else:
|
||||||
|
|
Reference in a new issue