Skip to content

Commit

Permalink
feat(premium): Add staff flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Crespi committed Dec 16, 2019
1 parent 49ef243 commit 5ca225c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/framework/models/PremiumSubscription.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export class PremiumSubscription {
public maxGuilds: number;
public isFreeTier: boolean;
public isPatreon: boolean;
public isStaff: boolean;
public validUntil: Date;
public reason: string;
}

0 comments on commit 5ca225c

Please sign in to comment.