Skip to content

Commit e9d6547

Browse files
docs(ApplicationCommandPermissionsManager): remove incorrect comment (#10123)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 543d617 commit e9d6547

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/discord.js/src/managers/ApplicationCommandPermissionsManager.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,6 @@ class ApplicationCommandPermissionsManager extends BaseManager {
356356
* @param {HasApplicationCommandPermissionsOptions} options Options used to check permissions
357357
* @returns {Promise<boolean>}
358358
* @example
359-
* // Check whether a user has permission to use a command
360359
* guild.commands.permissions.has({ command: '123456789012345678', permissionId: '876543210123456789' })
361360
* .then(console.log)
362361
* .catch(console.error);

0 commit comments

Comments
 (0)