diff --git a/packages/discord.js/src/structures/BaseInteraction.js b/packages/discord.js/src/structures/BaseInteraction.js index 8a25f6f6a..24a26e1a0 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() {