a
This commit is contained in:
parent
62e92a575c
commit
e2d84e8677
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class PersoCommands(app_commands.Group):
|
|||
await res.close()
|
||||
embeds = []
|
||||
for row in rows:
|
||||
embeds.append(await perso_embed(row))
|
||||
embeds.append(await perso_embed(self.bot,row))
|
||||
await interaction.response.send_message("Liste des personnages\n",embeds=embeds,ephemeral=True)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue