From 1f4e633ce3bd0a2398e49d3a9f6eb5ddd5e09ab9 Mon Sep 17 00:00:00 2001 From: Rodry <38259440+ImRodry@users.noreply.github.com> Date: Thu, 13 Jan 2022 17:19:30 +0000 Subject: [PATCH] docs(interaction): add locale list link (#7261) --- src/structures/Interaction.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/structures/Interaction.js b/src/structures/Interaction.js index 1f0567177172..2a19cade6003 100644 --- a/src/structures/Interaction.js +++ b/src/structures/Interaction.js @@ -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;