mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 10:33:30 +01:00
docs(interaction): add locale list link (#7261)
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user