Updated verify to have ign be required
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user