mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 00:10:07 +00:00
fix: add msg back to delete for lts
This commit is contained in:
1
bot.ts
1
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: (
|
||||
|
||||
Reference in New Issue
Block a user