mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-30 23:40:07 +00:00
fix: fmt
This commit is contained in:
2
bot.ts
2
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,
|
||||
|
||||
Reference in New Issue
Block a user