mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user