Skip to content

Commit

Permalink
fix(ApplicationCommandManager): fix typo in JSDoc (#5603)
Browse files Browse the repository at this point in the history
  • Loading branch information
castdrian committed May 10, 2021
1 parent 0e40f9b commit 3392eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/managers/ApplicationCommandManager.js
Expand Up @@ -214,7 +214,7 @@ class ApplicationCommandManager extends BaseManager {
* @returns {Promise<ApplicationCommandPermissions[]|Collection<Snowflake, ApplicationCommandPermissions[]>>}
* @example
* // Set the permissions for one command
* client.commands.setPermissions('123456789012345678', [
* client.application.commands.setPermissions('123456789012345678', [
* {
* id: '876543210987654321',
* type: 'USER',
Expand Down

0 comments on commit 3392eb7

Please sign in to comment.