mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 19:13:31 +01:00
refactor(Message): make thread a getter for accuracy (#6215)
* refactor(Message): make thread a getter for accuracy * docs: reword info block
This commit is contained in:
3
typings/index.d.ts
vendored
3
typings/index.d.ts
vendored
@@ -996,6 +996,7 @@ export class Message extends Base {
|
||||
public embeds: MessageEmbed[];
|
||||
public groupActivityApplication: ClientApplication | null;
|
||||
public readonly guild: Guild | null;
|
||||
public readonly hasThread: boolean;
|
||||
public id: Snowflake;
|
||||
public interaction: MessageInteraction | null;
|
||||
public readonly member: GuildMember | null;
|
||||
@@ -1007,7 +1008,7 @@ export class Message extends Base {
|
||||
public reactions: ReactionManager;
|
||||
public stickers: Collection<Snowflake, Sticker>;
|
||||
public system: boolean;
|
||||
public thread: ThreadChannel | null;
|
||||
public readonly thread: ThreadChannel | null;
|
||||
public tts: boolean;
|
||||
public type: MessageType;
|
||||
public readonly url: string;
|
||||
|
||||
Reference in New Issue
Block a user