Removed dev flags

This commit is contained in:
2024-04-12 04:10:55 +02:00
parent a87e367217
commit a34f5f3b31
10 changed files with 10 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ import settings from "schemas/settingsTag"
export = {
name: "config",
description: "Configure the bot",
dev: true,
dev: false,
public: false,
data: new SlashCommandBuilder()