From 176b0cdb8cc77c22ae74d26b18ba092e357e2636 Mon Sep 17 00:00:00 2001 From: Taken Date: Thu, 30 Nov 2023 18:41:20 +0100 Subject: [PATCH] Forgot to remove dev flag Signed-off-by: Taken --- src/commands/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/help.js b/src/commands/help.js index 1f3105b..158caa7 100644 --- a/src/commands/help.js +++ b/src/commands/help.js @@ -6,7 +6,7 @@ module.exports = { name: "help", description: "Help command", type: "slash", - dev: true, + dev: false, public: true, data: new SlashCommandBuilder()