diff --git a/src/commands/ban.js b/src/commands/ban.js index 2586dcf..1dc887b 100644 --- a/src/commands/ban.js +++ b/src/commands/ban.js @@ -6,6 +6,7 @@ module.exports = { name: "ban", description: "Ban a user", type: "slash", + dev: false, data: new SlashCommandBuilder() .setName("ban") diff --git a/src/commands/check.js b/src/commands/check.js index fdd2ea3..3eee962 100644 --- a/src/commands/check.js +++ b/src/commands/check.js @@ -7,6 +7,7 @@ module.exports = { name: "check", description: "Check a player's stats.", type: "slash", + dev: false, data: new SlashCommandBuilder() .setName("check") diff --git a/src/commands/clear.js b/src/commands/clear.js index 68b156b..93026e7 100644 --- a/src/commands/clear.js +++ b/src/commands/clear.js @@ -5,6 +5,7 @@ module.exports = { name: "clear", description: "Clears messages", type: "slash", + dev: false, data: new SlashCommandBuilder() .setName("clear") diff --git a/src/commands/devel.js b/src/commands/devel.js index d857163..b28cd03 100644 --- a/src/commands/devel.js +++ b/src/commands/devel.js @@ -4,6 +4,7 @@ module.exports = { name: "admin", description: "Admin command.", type: "slash", + dev: false, data: new SlashCommandBuilder() .setName("devel") diff --git a/src/commands/forceunverify.js b/src/commands/forceunverify.js index 0b3b76d..99e3884 100644 --- a/src/commands/forceunverify.js +++ b/src/commands/forceunverify.js @@ -8,6 +8,7 @@ module.exports = { name: "forceunverify", description: "Force unverify a user", type: "slash", + dev: false, data: new SlashCommandBuilder() .setName("forceunverify") diff --git a/src/commands/forceupdate.js b/src/commands/forceupdate.js index 8305833..eaa4168 100644 --- a/src/commands/forceupdate.js +++ b/src/commands/forceupdate.js @@ -9,6 +9,7 @@ module.exports = { name: "forceupdate", description: "Force update the user", type: "slash", + dev: false, data: new SlashCommandBuilder() .setName("forceupdate") diff --git a/src/commands/forceverify.js b/src/commands/forceverify.js index 090fff2..7b3542a 100644 --- a/src/commands/forceverify.js +++ b/src/commands/forceverify.js @@ -10,6 +10,7 @@ module.exports = { name: "forceverify", description: "Force verify a user.", type: "slash", + dev: false, data: new SlashCommandBuilder() .setName("forceverify") diff --git a/src/commands/guild.js b/src/commands/guild.js index ef1c146..fdd4b59 100644 --- a/src/commands/guild.js +++ b/src/commands/guild.js @@ -7,6 +7,7 @@ module.exports = { name: "guild", description: "Subcommands for guilds", type: "slash", + dev: false, data: new SlashCommandBuilder() .setName("guild") diff --git a/src/commands/help.js b/src/commands/help.js index 2c5545d..005b6da 100644 --- a/src/commands/help.js +++ b/src/commands/help.js @@ -5,6 +5,7 @@ module.exports = { name: "help", description: "Help command", type: "slash", + dev: false, data: new SlashCommandBuilder() .setName("help") diff --git a/src/commands/kick.js b/src/commands/kick.js index 7ad3840..9f69f2b 100644 --- a/src/commands/kick.js +++ b/src/commands/kick.js @@ -6,6 +6,7 @@ module.exports = { name: "kick", description: "Kick a member from the server.", type: "slash", + dev: false, data: new SlashCommandBuilder() .setName("kick") diff --git a/src/commands/ping.js b/src/commands/ping.js index 739e33c..30fb435 100644 --- a/src/commands/ping.js +++ b/src/commands/ping.js @@ -5,6 +5,7 @@ module.exports = { name: "ping", description: "Get the bot's ping.", type: "slash", + dev: false, data: new SlashCommandBuilder() .setName("ping") diff --git a/src/commands/remove.js b/src/commands/remove.js index e0dcafb..3d9efce 100644 --- a/src/commands/remove.js +++ b/src/commands/remove.js @@ -6,6 +6,7 @@ module.exports = { name: "remove", description: "Remove a person on the waiting list.", type: "slash", + dev: false, data: new SlashCommandBuilder() .setName("remove") diff --git a/src/commands/reqs.js b/src/commands/reqs.js index 7e88719..7f0da28 100644 --- a/src/commands/reqs.js +++ b/src/commands/reqs.js @@ -6,6 +6,8 @@ module.exports = { name: "reqs", description: "Displays the requirements for the guild.", type: "slash", + dev: false, + data: new SlashCommandBuilder() .setName("reqs") .setDescription("Displays the requirements for the guild."), diff --git a/src/commands/send.js b/src/commands/send.js index 0c571b2..cbbd506 100644 --- a/src/commands/send.js +++ b/src/commands/send.js @@ -5,6 +5,7 @@ module.exports = { name: "send", description: "Send a message to a channel.", type: "slash", + dev: false, data: new SlashCommandBuilder() .setName("send") diff --git a/src/commands/setnick.js b/src/commands/setnick.js index a727ce9..7d4d7d9 100644 --- a/src/commands/setnick.js +++ b/src/commands/setnick.js @@ -4,6 +4,7 @@ module.exports = { name: "setnick", description: "Set your nickname", type: "slash", + dev: false, data: new SlashCommandBuilder() .setName("setnick") diff --git a/src/commands/slowmode.js b/src/commands/slowmode.js index f0b6eb2..903f843 100644 --- a/src/commands/slowmode.js +++ b/src/commands/slowmode.js @@ -5,6 +5,7 @@ module.exports = { name: "slowmode", description: "Set the slowmode of a channel.", type: "slash", + dev: false, data: new SlashCommandBuilder() .setName("slowmode") diff --git a/src/commands/timeout.js b/src/commands/timeout.js index d7b4a31..3c7db29 100644 --- a/src/commands/timeout.js +++ b/src/commands/timeout.js @@ -6,6 +6,7 @@ module.exports = { name: "timeout", description: "Times out a memeber", type: "slash", + dev: false, data: new SlashCommandBuilder() .setName("timeout") diff --git a/src/commands/unban.js b/src/commands/unban.js index d4a4636..5859710 100644 --- a/src/commands/unban.js +++ b/src/commands/unban.js @@ -5,6 +5,7 @@ module.exports = { name: "unban", description: "Unban a user from the server", type: "slash", + dev: false, data: new SlashCommandBuilder() .setName("unban") diff --git a/src/commands/update.js b/src/commands/update.js index d444018..8fd4fcd 100644 --- a/src/commands/update.js +++ b/src/commands/update.js @@ -9,6 +9,7 @@ module.exports = { name: "update", description: "Update your guild rank.", type: "slash", + dev: false, data: new SlashCommandBuilder() .setName("update") diff --git a/src/commands/uuid.js b/src/commands/uuid.js index 9b157db..eadcaec 100644 --- a/src/commands/uuid.js +++ b/src/commands/uuid.js @@ -6,6 +6,7 @@ module.exports = { name: "uuid", description: "Get a player's UUID", type: "slash", + dev: false, data: new SlashCommandBuilder() .setName("uuid") diff --git a/src/commands/verify.js b/src/commands/verify.js index 1a80723..ab708c4 100644 --- a/src/commands/verify.js +++ b/src/commands/verify.js @@ -9,6 +9,7 @@ module.exports = { name: "verify", description: "Verify yourself as a member of the server.", type: "slash", + dev: false, data: new SlashCommandBuilder() .setName("verify") diff --git a/src/commands/whois.js b/src/commands/whois.js index db77911..df9f5e6 100644 --- a/src/commands/whois.js +++ b/src/commands/whois.js @@ -7,6 +7,7 @@ module.exports = { name: "whois", description: "Get's the ign of a user.", type: "slash", + dev: false, data: new SlashCommandBuilder() .setName("whois")