diff options
Diffstat (limited to 'src/commands/info/help.ts')
-rw-r--r-- | src/commands/info/help.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/commands/info/help.ts b/src/commands/info/help.ts index e061453..0977c36 100644 --- a/src/commands/info/help.ts +++ b/src/commands/info/help.ts @@ -11,8 +11,6 @@ export default class HelpCommand extends BushCommand { usage: 'help [command]', examples: ['help prefix'] }, - clientPermissions: ['EMBED_LINKS'], - args: [ { id: 'command', @@ -38,7 +36,9 @@ export default class HelpCommand extends BushCommand { type: 'STRING', required: false } - ] + ], + clientPermissions: ['EMBED_LINKS', 'SEND_MESSAGES'], + userPermissions: ['SEND_MESSAGES'] }); } |