Updated verify to have ign be required

This commit is contained in:
2023-12-15 16:56:18 +01:00
parent f38c9056ba
commit 88d0200823

View File

@@ -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 */