Removed dev flag

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2023-12-05 15:31:55 +01:00
parent cf42d05d89
commit e42d7ed70f

View File

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