types(Guild): remove fetchVoiceRegions (#6099)

This commit is contained in:
Tiemen
2021-07-12 00:58:16 +02:00
committed by GitHub
parent d433fe8a08
commit a8984bc68c

1
typings/index.d.ts vendored
View File

@@ -541,7 +541,6 @@ export class Guild extends AnonymousGuild {
public fetchPreview(): Promise<GuildPreview>;
public fetchTemplates(): Promise<Collection<GuildTemplate['code'], GuildTemplate>>;
public fetchVanityData(): Promise<Vanity>;
public fetchVoiceRegions(): Promise<Collection<string, VoiceRegion>>;
public fetchWebhooks(): Promise<Collection<Snowflake, Webhook>>;
public fetchWelcomeScreen(): Promise<WelcomeScreen>;
public fetchWidget(): Promise<GuildWidget>;