From 5cd9bfe55b60d3ccee7bfbdf0f200d8e560dccea Mon Sep 17 00:00:00 2001 From: Taken Date: Sat, 24 Feb 2024 14:40:26 +0100 Subject: [PATCH] Removed dev flag --- src/commands/botinfo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/botinfo.ts b/src/commands/botinfo.ts index 2bc3587..115bebe 100644 --- a/src/commands/botinfo.ts +++ b/src/commands/botinfo.ts @@ -9,7 +9,7 @@ const { dependencies, devDependencies } = require("../../package.json") export = { name: "botinfo", description: "Get information about the bot", - dev: true, + dev: false, public: true, data: new SlashCommandBuilder()