From fc0a1da5467c9ed2fe8b2b45cfd2edd878faecf9 Mon Sep 17 00:00:00 2001 From: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> Date: Wed, 16 Mar 2022 04:32:09 +0000 Subject: [PATCH] fix: fmt --- bot.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.ts b/bot.ts index 4089230d6..5f69d6820 100644 --- a/bot.ts +++ b/bot.ts @@ -469,7 +469,7 @@ export interface EventHandlers { payload: { id: bigint; channelId: bigint; guildId?: bigint }, message?: Message, ) => any; - messageDeleteBulk: (bot: Bot, payload: { ids: bigint[]; channelId: bigint; guildId?: bigint; }) => any; + messageDeleteBulk: (bot: Bot, payload: { ids: bigint[]; channelId: bigint; guildId?: bigint }) => any; messageUpdate: ( bot: Bot, message: Message,