diff --git a/typings/index.d.ts b/typings/index.d.ts index 7266cf4b0..53fd6f814 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -1295,7 +1295,7 @@ declare module 'discord.js' { public fetchReply(): Promise; public followUp(options: string | APIMessage | InteractionReplyOptions): Promise; public reply(options: string | APIMessage | InteractionReplyOptions): Promise; - public update(content: string | APIMessage | WebhookEditMessageOptions): Promise; + public update(content: string | APIMessage | WebhookEditMessageOptions): Promise; public static resolveType(type: MessageComponentTypeResolvable): MessageComponentType; }