Skip to content

Commit

Permalink
Make message nullable
Browse files Browse the repository at this point in the history
Co-authored-by: MateoDeveloper <79017590+Mateo-tem@users.noreply.github.com>
  • Loading branch information
sasial-dev and Mateo-tem committed Apr 12, 2022
1 parent bb51ded commit 1563bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/index.d.ts
Expand Up @@ -1913,7 +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 message: GuildCacheMessage<Cached> | null;
public fields: ModalSubmitFieldsResolver;
public replied: false;
public webhook: InteractionWebhook;
Expand Down

0 comments on commit 1563bb5

Please sign in to comment.