AlexzanderFlores / WOKCommands

130 stars 60 forks source link

Configuration is displayed at normal users #114

Open LCypherus opened 3 years ago

LCypherus commented 3 years ago

When a normal bot uses the Built-in help menu they don't see the menu "Configuration" as it are only items for "server owners". But as soon as they move into a category and go back to the main screen, they see the category Configuration and can get into them.

LCypherus commented 3 years ago

This is my index.js file. As you can see, hidden = true so that means only admins should be able to see them.

{ // You can change the default emojis as well // "Configuration" is ⚙ by default name: 'Configuration', emoji: '🚧', // You can also hide a category from the help menu // Admins bypass this hidden: true }