Skip to content

Commit

Permalink
fix(ApplicationCommand): fix typo in JSDoc (#5994)
Browse files Browse the repository at this point in the history
  • Loading branch information
castdrian committed Jul 1, 2021
1 parent 941cd86 commit 6edf55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/ApplicationCommand.js
Expand Up @@ -33,7 +33,7 @@ class ApplicationCommand extends Base {
this.guildID = guild?.id ?? guildID ?? null;

/**
* The manager for permissions of this command on its guild or arbitrary gulds when the command is global
* The manager for permissions of this command on its guild or arbitrary guilds when the command is global
* @type {ApplicationCommandPermissionsManager}
*/
this.permissions = new ApplicationCommandPermissionsManager(this);
Expand Down

0 comments on commit 6edf55c

Please sign in to comment.