chore: update typings

This commit is contained in:
Johnson Chen
2020-04-20 01:02:36 +10:00
parent c3fabe4a7f
commit 026a4e549f

1
typings/index.d.ts vendored
View File

@@ -656,6 +656,7 @@ declare module 'discord.js' {
public fetchInvites(): Promise<Collection<string, Invite>>;
public fetchPreview(): Promise<GuildPreview>;
public fetchVanityCode(): Promise<string>;
public fetchVanityData(): Promise<{ code: string; uses: number }>;
public fetchVoiceRegions(): Promise<Collection<string, VoiceRegion>>;
public fetchWebhooks(): Promise<Collection<Snowflake, Webhook>>;
public iconURL(options?: ImageURLOptions & { dynamic?: boolean }): string | null;