Fixed !clear

This commit is contained in:
Entarno54 2025-05-13 13:56:13 +07:00
parent 9e46581f86
commit 9309ebd2c9

View File

@ -16,7 +16,7 @@ class AICommands(commands.Cog):
if not user:
return await ctx.reply("You don't have any AI data.")
else:
userIndex = ai.SquogData.index(user)
userIndex = parsedinfo.parsed["guild"].index(user)
parsedinfo.parsed["guild"].remove(userIndex)