docs: correct documentation for BaseInteraction#inCachedGuild (#10456)

* Update BaseInteraction.js

inCachedGuild typeguard had incorrect wording

* docs: wording

---------

Co-authored-by: Almeida <github@almeidx.dev>
This commit is contained in:
Luna
2024-08-22 15:05:22 +02:00
committed by GitHub
parent ec9080b883
commit bddf018f26

View File

@@ -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() {