We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
iCrawl
amishshah
vladfrangu
kyranet
Learn more about funding links in repositories.
Report abuse
MessageMentions
1 parent 611d3a7 commit 93cdb2fCopy full SHA for 93cdb2f
typings/index.d.ts
@@ -1736,11 +1736,11 @@ export class MessageMentions {
1736
everyone: boolean,
1737
repliedUser?: APIUser | User,
1738
);
1739
- private _channels: Collection<Snowflake, TextBasedChannel> | null;
+ private _channels: Collection<Snowflake, AnyChannel> | null;
1740
private readonly _content: string;
1741
private _members: Collection<Snowflake, GuildMember> | null;
1742
1743
- public readonly channels: Collection<Snowflake, TextBasedChannel>;
+ public readonly channels: Collection<Snowflake, AnyChannel>;
1744
public readonly client: Client;
1745
public everyone: boolean;
1746
public readonly guild: Guild;
0 commit comments