From 7546ca3fe02fdd0f48097d9cbb3a8ec1284b3bfb Mon Sep 17 00:00:00 2001 From: SpaceEEC Date: Sat, 18 Aug 2018 17:22:57 +0200 Subject: [PATCH] typings(Guild): add fetchVanityCode PR: #2732 Commit: https://github.com/discordjs/discord.js/commit/f8057b01cb321d468c61b04227b9589fb4dcded1 --- typings/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/typings/index.d.ts b/typings/index.d.ts index eb42e6333..a56ef8182 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -390,6 +390,7 @@ declare module 'discord.js' { public fetchAuditLogs(options?: GuildAuditLogsFetchOptions): Promise; public fetchBans(): Promise>; public fetchInvites(): Promise>; + public fetchVanityCode(): Promise; public fetchVoiceRegions(): Promise>; public fetchWebhooks(): Promise>; public iconURL(options?: AvatarOptions): string;