diff --git a/bot.ts b/bot.ts index 81e6be1d5..4089230d6 100644 --- a/bot.ts +++ b/bot.ts @@ -467,6 +467,7 @@ export interface EventHandlers { messageDelete: ( bot: Bot, payload: { id: bigint; channelId: bigint; guildId?: bigint }, + message?: Message, ) => any; messageDeleteBulk: (bot: Bot, payload: { ids: bigint[]; channelId: bigint; guildId?: bigint; }) => any; messageUpdate: (