From bddf018f266f7050d64f414aa60dd01b1568a1ef Mon Sep 17 00:00:00 2001 From: Luna <84203950+Wolvinny@users.noreply.github.com> Date: Thu, 22 Aug 2024 15:05:22 +0200 Subject: [PATCH] docs: correct documentation for BaseInteraction#inCachedGuild (#10456) * Update BaseInteraction.js inCachedGuild typeguard had incorrect wording * docs: wording --------- Co-authored-by: Almeida --- packages/discord.js/src/structures/BaseInteraction.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/discord.js/src/structures/BaseInteraction.js b/packages/discord.js/src/structures/BaseInteraction.js index 8a25f6f6ac32..24a26e1a04c1 100644 --- a/packages/discord.js/src/structures/BaseInteraction.js +++ b/packages/discord.js/src/structures/BaseInteraction.js @@ -154,7 +154,7 @@ class BaseInteraction extends Base { } /** - * Indicates whether or not this interaction is both cached and received from a guild. + * Indicates whether this interaction is received from a cached guild. * @returns {boolean} */ inCachedGuild() {