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

@@ -7,6 +7,7 @@ module.exports = {
description: "Remove a person on the waiting list.",
type: "slash",
dev: false,
public: false,
data: new SlashCommandBuilder()
.setName("remove")