Skip to content

Commit

Permalink
docs: lint examples
Browse files Browse the repository at this point in the history
Co-authored-by: Yoshida Tomio <mail@tomio.codes>
  • Loading branch information
ckohen and Yoshida Tomio committed Jun 25, 2021
1 parent 63051cb commit fed3595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/managers/ApplicationCommandPermissionsManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ class ApplicationCommandPermissionsManager {
* @example
* // Remove multiple roles from this command
* guild.commands.permissions.remove({
* command: '123456789012345678', roles: [ '876543210123456789', '765432101234567890' ]
* command: '123456789012345678', roles: ['876543210123456789', '765432101234567890']
* })
* .then(console.log)
* .catch(console.error);
Expand Down

0 comments on commit fed3595

Please sign in to comment.