mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-15 19:08:20 +00:00
docs(Message): add NewsChannel type to Message#channel (#4680)
This commit is contained in:
Vendored
+1
-1
@@ -929,7 +929,7 @@ declare module 'discord.js' {
|
||||
}
|
||||
|
||||
export class Message extends Base {
|
||||
constructor(client: Client, data: object, channel: TextChannel | DMChannel);
|
||||
constructor(client: Client, data: object, channel: TextChannel | DMChannel | NewsChannel);
|
||||
private _edits: Message[];
|
||||
private patch(data: object): void;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user