Formatting

This commit is contained in:
2023-07-05 18:59:58 +02:00
parent 4631a456d0
commit 58b9035835

View File

@@ -15,7 +15,10 @@ module.exports = {
data: new SlashCommandBuilder()
.setName("verify")
.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),
async execute(interaction) {