From 58b9035835b7c91087555e400510e40e48d8d55c Mon Sep 17 00:00:00 2001 From: Taken Date: Wed, 5 Jul 2023 18:59:58 +0200 Subject: [PATCH] Formatting --- commands/verify.js | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/commands/verify.js b/commands/verify.js index bbd320b..7dc0898 100644 --- a/commands/verify.js +++ b/commands/verify.js @@ -13,10 +13,13 @@ module.exports = { type: "slash", data: new SlashCommandBuilder() - .setName("verify") - .setDescription("Verify yourself as a member of the server.") - .addStringOption((option) => option.setName("ign").setDescription("Your in-game name.")) - .setDMPermission(false), + .setName("verify") + .setDescription("Verify yourself as a member of the server.") + .addStringOption((option) => + option + .setName("ign") + .setDescription("Your in-game name.")) + .setDMPermission(false), async execute(interaction) { await interaction.deferReply(); @@ -79,7 +82,7 @@ module.exports = { embeds: [ { description: " The discord tag for `" + userCheck.data.name + "` is not `" + username + "`. Please link your discord account `" + username + "` to your hypixel account.\n" + - "**If you are are using a new username then you will have to set your discord on hypixel to the new username without the #** ", + "**If you are are using a new username then you will have to set your discord on hypixel to the new username without the #** ", color: embedColor } ]