mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 02:53:31 +01:00
feat(GuildManager): adds GuildManager#fetch (#4086)
Co-authored-by: Sugden <28943913+NotSugden@users.noreply.github.com>
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -1912,6 +1912,7 @@ declare module 'discord.js' {
|
||||
name: string,
|
||||
options?: { region?: string; icon: BufferResolvable | Base64Resolvable | null },
|
||||
): Promise<Guild>;
|
||||
public fetch(id: Snowflake, cache?: boolean, force?: boolean): Promise<Guild>;
|
||||
}
|
||||
|
||||
export class GuildMemberManager extends BaseManager<Snowflake, GuildMember, GuildMemberResolvable> {
|
||||
|
||||
Reference in New Issue
Block a user