diff --git a/typings/index.d.ts b/typings/index.d.ts index b8f3e4064..f552a55ff 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -563,6 +563,7 @@ declare module 'discord.js' { public deleteReply(): Promise; public editReply(options: string | MessagePayload | WebhookEditMessageOptions): Promise; public fetchReply(): Promise; + public followUp(options: string | MessagePayload | InteractionReplyOptions): Promise; public reply( options: string | MessagePayload | (InteractionReplyOptions & { fetchReply: true }), ): Promise;