This commit is contained in:
Mylloon 2021-07-28 14:03:06 +02:00
parent da5e3d3527
commit d88812cf60

View file

@ -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: