diff --git a/src/structures/Interaction.js b/src/structures/Interaction.js index 1f0567177..2a19cade6 100644 --- a/src/structures/Interaction.js +++ b/src/structures/Interaction.js @@ -78,6 +78,7 @@ class Interaction extends Base { /** * The locale of the user who invoked this interaction * @type {string} + * @see {@link https://discord.com/developers/docs/dispatch/field-values#predefined-field-values-accepted-locales} */ this.locale = data.locale;