Skip to content

Commit

Permalink
Added bannerURL/splashURL typings (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
oathompsonjones authored and abalabahaha committed Jan 1, 2020
1 parent c2bd557 commit f4ba182
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Expand Up @@ -1231,7 +1231,9 @@ declare namespace Eris {
joinedAt: number;
ownerID: string;
splash?: string;
splashURL: string | null;
banner?: string;
bannerURL: string | null;
premiumTier: number;
premiumSubscriptionCount?: number;
vanityURL?: string;
Expand Down

0 comments on commit f4ba182

Please sign in to comment.