Skip to content

Commit

Permalink
Add message typing to ModalSubmitInteraction
Browse files Browse the repository at this point in the history
  • Loading branch information
sasial-dev committed Apr 11, 2022
1 parent e1cdcfa commit bb51ded
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 @@ -1913,6 +1913,7 @@ export class ModalSubmitInteraction<Cached extends CacheType = CacheType> extend
public components: PartialModalActionRow[];
public deferred: boolean;
public ephemeral: boolean | null;
public message: GuildCacheMessage<Cached>;
public fields: ModalSubmitFieldsResolver;
public replied: false;
public webhook: InteractionWebhook;
Expand Down

0 comments on commit bb51ded

Please sign in to comment.