From c5eccce2d30e29d7bcfc97a699317d3d46bdcb53 Mon Sep 17 00:00:00 2001 From: Taken Date: Mon, 20 Nov 2023 18:00:44 +0100 Subject: [PATCH] Removed dev flag Signed-off-by: Taken --- commands/forceunverify.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/forceunverify.js b/commands/forceunverify.js index 6426991..8f65dd3 100644 --- a/commands/forceunverify.js +++ b/commands/forceunverify.js @@ -8,7 +8,6 @@ module.exports = { name: "forceunverify", description: "Force unverify a user", type: 'slash', - dev: true, data: new SlashCommandBuilder() .setName('forceunverify')