Remove Guild#member (#4890)

This commit is contained in:
anandre
2020-11-22 12:21:01 -06:00
committed by GitHub
parent 4b555fdf4c
commit 8c8883ef26
8 changed files with 8 additions and 20 deletions

1
typings/index.d.ts vendored
View File

@@ -658,7 +658,6 @@ declare module 'discord.js' {
public fetchWidget(): Promise<GuildWidget>;
public iconURL(options?: ImageURLOptions & { dynamic?: boolean }): string | null;
public leave(): Promise<Guild>;
public member(user: UserResolvable): GuildMember | null;
public setAFKChannel(afkChannel: ChannelResolvable | null, reason?: string): Promise<Guild>;
public setAFKTimeout(afkTimeout: number, reason?: string): Promise<Guild>;
public setBanner(banner: Base64Resolvable | null, reason?: string): Promise<Guild>;