Skip to content

Commit

Permalink
types - all message props exist in the instance
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico105 committed Dec 26, 2021
1 parent 7a27b09 commit 89d3ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ declare module 'discord-giveaways' {
public manager: GiveawaysManager;
public message: Message | null;
public messageId: Snowflake;
public messages: GiveawaysMessages;
public messages: Required<GiveawaysMessages>;
public thumbnail?: string;
public extraData?: any;
public options: GiveawayData;
Expand Down

0 comments on commit 89d3ae1

Please sign in to comment.