mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
fix(ApplicationCommand): fix typo in JSDoc (#5994)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user