Formatting
This commit is contained in:
@@ -15,7 +15,10 @@ module.exports = {
|
|||||||
data: new SlashCommandBuilder()
|
data: new SlashCommandBuilder()
|
||||||
.setName("verify")
|
.setName("verify")
|
||||||
.setDescription("Verify yourself as a member of the server.")
|
.setDescription("Verify yourself as a member of the server.")
|
||||||
.addStringOption((option) => option.setName("ign").setDescription("Your in-game name."))
|
.addStringOption((option) =>
|
||||||
|
option
|
||||||
|
.setName("ign")
|
||||||
|
.setDescription("Your in-game name."))
|
||||||
.setDMPermission(false),
|
.setDMPermission(false),
|
||||||
|
|
||||||
async execute(interaction) {
|
async execute(interaction) {
|
||||||
|
|||||||
Reference in New Issue
Block a user