fix: add msg back to delete for lts

This commit is contained in:
Skillz4Killz
2022-03-16 03:14:21 +00:00
committed by GitHub
parent 8e2e6830f9
commit c4a36f0ca6

1
bot.ts
View File

@@ -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: (