Skip to content

Commit

Permalink
"init" type doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico105 committed Jul 24, 2021
1 parent f41bef7 commit decbe4e
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 @@ -15,7 +15,7 @@ declare module 'discord-giveaways' {

export const version: string;
export class GiveawaysManager extends EventEmitter {
constructor(client: Client, options?: GiveawaysManagerOptions);
constructor(client: Client, options?: GiveawaysManagerOptions, init?: boolean);

public client: Client;
public giveaways: Giveaway[];
Expand Down

0 comments on commit decbe4e

Please sign in to comment.