mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
types(CommandInteraction): Readd followUp type (#5974)
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -563,6 +563,7 @@ declare module 'discord.js' {
|
||||
public deleteReply(): Promise<void>;
|
||||
public editReply(options: string | MessagePayload | WebhookEditMessageOptions): Promise<Message | APIMessage>;
|
||||
public fetchReply(): Promise<Message | APIMessage>;
|
||||
public followUp(options: string | MessagePayload | InteractionReplyOptions): Promise<Message | APIMessage>;
|
||||
public reply(
|
||||
options: string | MessagePayload | (InteractionReplyOptions & { fetchReply: true }),
|
||||
): Promise<Message | APIMessage>;
|
||||
|
||||
Reference in New Issue
Block a user