From 4b5019e35c4b2310ca3f58a9cbcad1c4a6c93652 Mon Sep 17 00:00:00 2001 From: Taken Date: Mon, 22 Jan 2024 12:22:59 +0100 Subject: [PATCH] Updated fev 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 bf28627..79303ff 100644 --- a/src/commands/botinfo.ts +++ b/src/commands/botinfo.ts @@ -9,7 +9,7 @@ export = { name: "botinfo", description: "Get information about the bot", public: true, - dev: true, + dev: false, data: new SlashCommandBuilder() .setName("botinfo")