Removed dev flag

This commit is contained in:
2024-02-24 14:40:26 +01:00
parent 2f7f1427dd
commit 5cd9bfe55b

View File

@@ -9,7 +9,7 @@ const { dependencies, devDependencies } = require("../../package.json")
export = { export = {
name: "botinfo", name: "botinfo",
description: "Get information about the bot", description: "Get information about the bot",
dev: true, dev: false,
public: true, public: true,
data: new SlashCommandBuilder() data: new SlashCommandBuilder()