feat(NewsChannel): add support for following (#4805)

Co-authored-by: Sugden <28943913+NotSugden@users.noreply.github.com>
This commit is contained in:
Jan
2020-09-25 23:45:47 +02:00
committed by GitHub
parent f2bbad36d5
commit f83b3d7fc1
2 changed files with 21 additions and 0 deletions

1
typings/index.d.ts vendored
View File

@@ -1187,6 +1187,7 @@ declare module 'discord.js' {
): Promise<Webhook>;
public setNSFW(nsfw: boolean, reason?: string): Promise<NewsChannel>;
public fetchWebhooks(): Promise<Collection<Snowflake, Webhook>>;
public addFollower(channel: GuildChannelResolvable, reason?: string): Promise<NewsChannel>;
}
export class PartialGroupDMChannel extends Channel {