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

@@ -10,6 +10,7 @@ module.exports = {
description: "Verify yourself as a member of the server.",
type: "slash",
dev: false,
public: true,
data: new SlashCommandBuilder()
.setName("verify")