diff --git a/index.d.ts b/index.d.ts index 6fd1dae73..cc82ca2ea 100644 --- a/index.d.ts +++ b/index.d.ts @@ -2727,7 +2727,7 @@ declare namespace Eris { createMessage(content: MessageContent, file?: MessageFile | MessageFile[]): Promise>; createThreadWithoutMessage(options: CreateThreadWithoutMessageOptions): Promise; createThreadWithMessage(messageID: string, options: CreateThreadOptions): Promise; - createWebhook(options: { name: string; avatar?: string | null}, reason?: string): Promise; + createWebhook(options: { name: string; avatar?: string | null }, reason?: string): Promise; deleteMessage(messageID: string, reason?: string): Promise; deleteMessages(messageIDs: string[], reason?: string): Promise; edit(options: Omit, reason?: string): Promise;