diff --git a/src/commands/verify.js b/src/commands/verify.js index b2011b5..113e318 100644 --- a/src/commands/verify.js +++ b/src/commands/verify.js @@ -18,7 +18,8 @@ module.exports = { .addStringOption((option) => option .setName("ign") - .setDescription("Your in-game name.")) + .setDescription("Your in-game name.") + .setRequired(true)) .setDMPermission(false), /** @param { import('discord.js').ChatInputCommandInteraction } interaction */