From 6f2d43732491a98a9f4622ce151b1181942952b0 Mon Sep 17 00:00:00 2001 From: GZod01 Date: Mon, 16 Dec 2024 13:55:38 +0100 Subject: [PATCH] a --- perso_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)