diff --git a/src/commands/commands/general/help.ts b/src/commands/commands/general/help.ts index 59f3df1..45fe94f 100644 --- a/src/commands/commands/general/help.ts +++ b/src/commands/commands/general/help.ts @@ -36,6 +36,10 @@ export const help = new Command( !hasPermission( msg.user.role, `cosmic.command.${command.id}` + ) && + !hasPermission( + msg.user.role, + `cosmic.commandGroup.${commandGroup.id}` ) ) return;