fix(ApplicationCommand): fix typo in JSDoc (#5994)

This commit is contained in:
Adrian Castro
2021-07-01 18:35:10 +02:00
committed by GitHub
parent 941cd86881
commit 6edf55c04b

View File

@@ -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);