Skip to content

Commit

Permalink
Merge remote-tracking branch 'jtsshieh/typings' into typings
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsshieh committed Aug 20, 2020
2 parents dfa3403 + a4fabc0 commit c7d979f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1731,8 +1731,6 @@ declare namespace Eris {
approximatePresenceCount: number;
description: string | null;
discoverySplash: string | null;
dynamicIconURL(format?: ImageFormat, size?: number): string;
dynamicSplashURL(format?: ImageFormat, size?: number): string;
emojis: Emoji[];
features: string[];
icon: string | null;
Expand All @@ -1742,8 +1740,8 @@ declare namespace Eris {
splash: string | null;
splashURL: string | null;
constructor(data: BaseData, client: Client);
dynamicIconURL(format?: string, size?: number): string;
dynamicSplashURL(format?: string, size?: number): string;
dynamicIconURL(format?: ImageFormat, size?: number): string;
dynamicSplashURL(format?: ImageFormat, size?: number): string;
}

export class Invite extends Base {
Expand Down

0 comments on commit c7d979f

Please sign in to comment.