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)
|
||||
if id:
|
||||
try:
|
||||
id = int(id[0])
|
||||
id = int(id)
|
||||
except:
|
||||
return await mySendHidden(ctx, fromSlash, "L'ID renseigné n'est pas valide.")
|
||||
else:
|
||||
|
|
Reference in a new issue