Forgot to remove dev flag

This commit is contained in:
2024-01-30 11:17:58 +01:00
parent 017d7a613f
commit 5c2b7c4153

View File

@@ -7,7 +7,7 @@ import { Command } from "interfaces"
export = { export = {
name: "check", name: "check",
description: "Check a player's stats.", description: "Check a player's stats.",
dev: true, dev: false,
public: true, public: true,
data: new SlashCommandBuilder() data: new SlashCommandBuilder()