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

This commit is contained in:
Rodry
2022-01-13 17:19:30 +00:00
committed by iCrawl
parent 233084a601
commit 1f4e633ce3

View File

@@ -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;