Skip to content

Commit

Permalink
types - add extraData
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico105 committed Dec 25, 2021
1 parent 5b6ecc2 commit b83ec6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ declare module 'discord-giveaways' {
public messageId: Snowflake;
public messages: GiveawaysMessages;
public thumbnail?: string;
public extraData?: any;
public options: GiveawayData;
public prize: string;
public startAt: number;
Expand Down

0 comments on commit b83ec6e

Please sign in to comment.