diff --git a/typings/index.d.ts b/typings/index.d.ts index eb470b63a..da0a3b6bc 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -541,7 +541,6 @@ export class Guild extends AnonymousGuild { public fetchPreview(): Promise; public fetchTemplates(): Promise>; public fetchVanityData(): Promise; - public fetchVoiceRegions(): Promise>; public fetchWebhooks(): Promise>; public fetchWelcomeScreen(): Promise; public fetchWidget(): Promise;