Skip to content

Commit

Permalink
docs(interaction): add locale list link (#7261)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImRodry authored and iCrawl committed Jan 13, 2022
1 parent 233084a commit 1f4e633
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/structures/Interaction.js
Expand Up @@ -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;

Expand Down

0 comments on commit 1f4e633

Please sign in to comment.