From 6edf55c04b970235fdc92c00808ee86002e589b6 Mon Sep 17 00:00:00 2001 From: Adrian Castro Date: Thu, 1 Jul 2021 18:35:10 +0200 Subject: [PATCH] fix(ApplicationCommand): fix typo in JSDoc (#5994) --- src/structures/ApplicationCommand.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/ApplicationCommand.js b/src/structures/ApplicationCommand.js index 2b81b0e48..332afd35c 100644 --- a/src/structures/ApplicationCommand.js +++ b/src/structures/ApplicationCommand.js @@ -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);