From c71535622ba4d37b68b4ed23a229e68096627c27 Mon Sep 17 00:00:00 2001 From: KieranRobson Date: Thu, 24 Aug 2023 20:24:41 +0100 Subject: [PATCH] chore: Fix lint --- src/slashCommands/admin/lock.js | 4 +--- src/slashCommands/admin/nukecoursereps.js | 4 +--- src/slashCommands/admin/nukepaid.js | 4 +--- src/slashCommands/admin/unlock.js | 4 +--- src/slashCommands/embeds-dropdowns/paidmember.js | 4 +--- src/slashCommands/embeds-dropdowns/roleselection.js | 4 +--- src/slashCommands/embeds-dropdowns/usefullinks.js | 4 +--- src/slashCommands/embeds-dropdowns/welcome.js | 4 +--- 8 files changed, 8 insertions(+), 24 deletions(-) diff --git a/src/slashCommands/admin/lock.js b/src/slashCommands/admin/lock.js index 3f06193..4daef4b 100644 --- a/src/slashCommands/admin/lock.js +++ b/src/slashCommands/admin/lock.js @@ -4,9 +4,7 @@ module.exports = { ...new SlashCommandBuilder() .setName('lock') .setDescription('Lock a channel') - .setDefaultMemberPermissions( - PermissionFlagsBits.Administrator - ), + .setDefaultMemberPermissions(PermissionFlagsBits.Administrator), /** * diff --git a/src/slashCommands/admin/nukecoursereps.js b/src/slashCommands/admin/nukecoursereps.js index 04fecc5..5fd0816 100644 --- a/src/slashCommands/admin/nukecoursereps.js +++ b/src/slashCommands/admin/nukecoursereps.js @@ -4,9 +4,7 @@ module.exports = { ...new SlashCommandBuilder() .setName('nukecourserep') .setDescription('Replaces course rep') - .setDefaultMemberPermissions( - PermissionFlagsBits.Administrator - ), + .setDefaultMemberPermissions(PermissionFlagsBits.Administrator), /** * diff --git a/src/slashCommands/admin/nukepaid.js b/src/slashCommands/admin/nukepaid.js index 7fa3b3d..3586f20 100644 --- a/src/slashCommands/admin/nukepaid.js +++ b/src/slashCommands/admin/nukepaid.js @@ -4,9 +4,7 @@ module.exports = { ...new SlashCommandBuilder() .setName('nukepaid') .setDescription('Replaces paid member') - .setDefaultMemberPermissions( - PermissionFlagsBits.Administrator - ), + .setDefaultMemberPermissions(PermissionFlagsBits.Administrator), /** * diff --git a/src/slashCommands/admin/unlock.js b/src/slashCommands/admin/unlock.js index 9772a22..f303c80 100644 --- a/src/slashCommands/admin/unlock.js +++ b/src/slashCommands/admin/unlock.js @@ -4,9 +4,7 @@ module.exports = { ...new SlashCommandBuilder() .setName('unlock') .setDescription('Unlocks a channel') - .setDefaultMemberPermissions( - PermissionFlagsBits.Administrator - ), + .setDefaultMemberPermissions(PermissionFlagsBits.Administrator), /** * diff --git a/src/slashCommands/embeds-dropdowns/paidmember.js b/src/slashCommands/embeds-dropdowns/paidmember.js index 87e6320..761fee8 100644 --- a/src/slashCommands/embeds-dropdowns/paidmember.js +++ b/src/slashCommands/embeds-dropdowns/paidmember.js @@ -10,9 +10,7 @@ module.exports = { ...new SlashCommandBuilder() .setName('paidmemberembed') .setDescription('Create the paid member embed') - .setDefaultMemberPermissions( - PermissionFlagsBits.Administrator - ), + .setDefaultMemberPermissions(PermissionFlagsBits.Administrator), /** * diff --git a/src/slashCommands/embeds-dropdowns/roleselection.js b/src/slashCommands/embeds-dropdowns/roleselection.js index 30d804d..a1ff56e 100644 --- a/src/slashCommands/embeds-dropdowns/roleselection.js +++ b/src/slashCommands/embeds-dropdowns/roleselection.js @@ -10,9 +10,7 @@ module.exports = { ...new SlashCommandBuilder() .setName('rolesdropdown') .setDescription('Create the role dropdowns') - .setDefaultMemberPermissions( - PermissionFlagsBits.Administrator - ), + .setDefaultMemberPermissions(PermissionFlagsBits.Administrator), /** * diff --git a/src/slashCommands/embeds-dropdowns/usefullinks.js b/src/slashCommands/embeds-dropdowns/usefullinks.js index f6ce173..30b1855 100644 --- a/src/slashCommands/embeds-dropdowns/usefullinks.js +++ b/src/slashCommands/embeds-dropdowns/usefullinks.js @@ -8,9 +8,7 @@ module.exports = { ...new SlashCommandBuilder() .setName('usefullinks') .setDescription('Create the useful links embed') - .setDefaultMemberPermissions( - PermissionFlagsBits.Administrator - ), + .setDefaultMemberPermissions(PermissionFlagsBits.Administrator), /** * diff --git a/src/slashCommands/embeds-dropdowns/welcome.js b/src/slashCommands/embeds-dropdowns/welcome.js index 87eb2a4..6189db5 100644 --- a/src/slashCommands/embeds-dropdowns/welcome.js +++ b/src/slashCommands/embeds-dropdowns/welcome.js @@ -10,9 +10,7 @@ module.exports = { ...new SlashCommandBuilder() .setName('welcomemebed') .setDescription('Create the welcome embed') - .setDefaultMemberPermissions( - PermissionFlagsBits.Administrator - ), + .setDefaultMemberPermissions(PermissionFlagsBits.Administrator), /** *