Skip to content

Commit bddf018

Browse files
Wolvinnyalmeidx
andauthored
docs: correct documentation for BaseInteraction#inCachedGuild (#10456)
* Update BaseInteraction.js inCachedGuild typeguard had incorrect wording * docs: wording --------- Co-authored-by: Almeida <[email protected]>
1 parent ec9080b commit bddf018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/discord.js/src/structures/BaseInteraction.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ class BaseInteraction extends Base {
154154
}
155155

156156
/**
157-
* Indicates whether or not this interaction is both cached and received from a guild.
157+
* Indicates whether this interaction is received from a cached guild.
158158
* @returns {boolean}
159159
*/
160160
inCachedGuild() {

0 commit comments

Comments
 (0)