diff --git a/src/bot.ts b/src/bot.ts index b65e462..a33260b 100644 --- a/src/bot.ts +++ b/src/bot.ts @@ -131,6 +131,7 @@ export class EpitlsBot { .addUserOption( new SlashCommandUserOption() .setName("user") + .setDescription("l'utilisateur à dissocier.") .setRequired(true), ).toJSON();