Updated verify to have ign be required
This commit is contained in:
@@ -18,7 +18,8 @@ module.exports = {
|
|||||||
.addStringOption((option) =>
|
.addStringOption((option) =>
|
||||||
option
|
option
|
||||||
.setName("ign")
|
.setName("ign")
|
||||||
.setDescription("Your in-game name."))
|
.setDescription("Your in-game name.")
|
||||||
|
.setRequired(true))
|
||||||
.setDMPermission(false),
|
.setDMPermission(false),
|
||||||
|
|
||||||
/** @param { import('discord.js').ChatInputCommandInteraction } interaction */
|
/** @param { import('discord.js').ChatInputCommandInteraction } interaction */
|
||||||
|
|||||||
Reference in New Issue
Block a user