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

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