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")