diff --git a/slash_commands/subcommands/group/add.js b/slash_commands/subcommands/group/add.js index 8baa89a..d337e4c 100644 --- a/slash_commands/subcommands/group/add.js +++ b/slash_commands/subcommands/group/add.js @@ -25,7 +25,7 @@ const add = async (interaction, options) => { "captain members game", ); - if (userDB === undefined) { + if (userDb === undefined) { interaction.reply({ content: `L'utilisateur ${toAdd} ne s'est pas enregistré.`, ephemeral: true,