Skip to content

Commit

Permalink
types(InteractionResponseFields): add webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiralite committed Mar 6, 2022
1 parent 7c1d17c commit fd5b296
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typings/index.d.ts
Expand Up @@ -324,6 +324,7 @@ export interface InteractionResponseFields<Cached extends CacheType = CacheType>
deferred: boolean;
ephemeral: boolean | null;
replied: boolean;
webhook: InteractionWebhook;
reply(options: InteractionReplyOptions & { fetchReply: true }): Promise<GuildCacheMessage<Cached>>;
reply(options: string | MessagePayload | InteractionReplyOptions): Promise<void>;
deleteReply(): Promise<void>;
Expand Down

0 comments on commit fd5b296

Please sign in to comment.