docs(interaction): add locale list link (#7261)

This commit is contained in:
Rodry
2022-01-13 17:19:30 +00:00
committed by GitHub
parent 0a5d5f38c0
commit 37ec0bda6d

View File

@@ -78,6 +78,7 @@ class Interaction extends Base {
/** /**
* The locale of the user who invoked this interaction * The locale of the user who invoked this interaction
* @type {string} * @type {string}
* @see {@link https://discord.com/developers/docs/dispatch/field-values#predefined-field-values-accepted-locales}
*/ */
this.locale = data.locale; this.locale = data.locale;