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