Added public flag for use with the help command

This commit is contained in:
2023-11-30 18:15:13 +01:00
parent d3f814e1ea
commit 1b38494b75
24 changed files with 24 additions and 0 deletions

View File

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