Skip to content

Commit

Permalink
docs(ApplicationCommandPermissionsManager): remove incorrect comment (#…
Browse files Browse the repository at this point in the history
…10123)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
sdanialraza and kodiakhq[bot] authored Feb 17, 2024
1 parent 543d617 commit e9d6547
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,6 @@ class ApplicationCommandPermissionsManager extends BaseManager {
* @param {HasApplicationCommandPermissionsOptions} options Options used to check permissions
* @returns {Promise<boolean>}
* @example
* // Check whether a user has permission to use a command
* guild.commands.permissions.has({ command: '123456789012345678', permissionId: '876543210123456789' })
* .then(console.log)
* .catch(console.error);
Expand Down

0 comments on commit e9d6547

Please sign in to comment.