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 committed Jan 13, 2022
1 parent 0a5d5f3 commit 37ec0bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/discord.js/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 37ec0bd

Please sign in to comment.