From 37ec0bda6df75fb1dc69b7a1eafbb8ea19e68457 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) --- packages/discord.js/src/structures/Interaction.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/discord.js/src/structures/Interaction.js b/packages/discord.js/src/structures/Interaction.js index fdab6a868b89..03a7606f37c6 100644 --- a/packages/discord.js/src/structures/Interaction.js +++ b/packages/discord.js/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;