mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 03:53:29 +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;
|
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}
|
* @type {ApplicationCommandPermissionsManager}
|
||||||
*/
|
*/
|
||||||
this.permissions = new ApplicationCommandPermissionsManager(this);
|
this.permissions = new ApplicationCommandPermissionsManager(this);
|
||||||
|
|||||||
Reference in New Issue
Block a user