diff --git a/src/structures/Interaction.js b/src/structures/Interaction.js index e6e129ce23cd..1f0567177172 100644 --- a/src/structures/Interaction.js +++ b/src/structures/Interaction.js @@ -76,13 +76,13 @@ class Interaction extends Base { this.memberPermissions = data.member?.permissions ? new Permissions(data.member.permissions).freeze() : null; /** - * The locale of the member who invoked this interaction + * The locale of the user who invoked this interaction * @type {string} */ this.locale = data.locale; /** - * The preferred locale from the guild this interaction was sent from + * The preferred locale from the guild this interaction was sent in * @type {?string} */ this.guildLocale = data.guild_locale ?? null;