Skip to content

Commit

Permalink
fix(MessageComponentInteraction): correctly type defer method (#5760)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceEEC committed Jun 5, 2021
1 parent f7e420b commit f0dad26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/index.d.ts
Expand Up @@ -1333,7 +1333,7 @@ declare module 'discord.js' {
public message: Message | RawMessage;
public replied: boolean;
public webhook: WebhookClient;
public defer(ephemeral?: boolean): Promise<void>;
public defer(options?: InteractionDeferOptions): Promise<void>;
public deferUpdate(): Promise<void>;
public deleteReply(): Promise<void>;
public editReply(
Expand Down

0 comments on commit f0dad26

Please sign in to comment.