From a8984bc68c8ac6be615b8fd50eac667879720ab5 Mon Sep 17 00:00:00 2001 From: Tiemen Date: Mon, 12 Jul 2021 00:58:16 +0200 Subject: [PATCH] types(Guild): remove fetchVoiceRegions (#6099) --- typings/index.d.ts | 1 - 1 file changed, 1 deletion(-) 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;