diff --git a/perso_commands.py b/perso_commands.py index 8d3f5bf..a53af2b 100644 --- a/perso_commands.py +++ b/perso_commands.py @@ -111,7 +111,7 @@ class PersoCommands(app_commands.Group): await interaction.response.send_message("Liste des personnages",embeds=embeds,ephemeral=output_hidden) @app_commands.command(name="lister_tout",description="Liste tous les personnages") - async def list_characters(self,interaction:discord.Interaction,output_hidden:bool=True): + async def list_all_characters(self,interaction:discord.Interaction,output_hidden:bool=True): #admin if interaction.user.id !=super_owner_id: await interaction.response.send_message("Vous n'avez pas la permission d'exécuter cette commande",ephemeral=True)