Forgot to remove dev flag

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2023-11-30 18:41:20 +01:00
parent 96b8432d48
commit 176b0cdb8c

View File

@@ -6,7 +6,7 @@ module.exports = {
name: "help",
description: "Help command",
type: "slash",
dev: true,
dev: false,
public: true,
data: new SlashCommandBuilder()