mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 08:50:07 +00:00
fmt
This commit is contained in:
@@ -113,7 +113,7 @@ async function processQueue() {
|
||||
if (Object.keys(pathQueues).length) {
|
||||
await delay(1000);
|
||||
processQueue();
|
||||
cleanupQueues()
|
||||
cleanupQueues();
|
||||
} else queueInProcess = false;
|
||||
}
|
||||
|
||||
|
||||
@@ -543,8 +543,8 @@ export async function handleDiscordPayload(
|
||||
...options,
|
||||
id: options.message_id,
|
||||
channelID: options.channel_id,
|
||||
guildID: options.guild_id
|
||||
}
|
||||
guildID: options.guild_id,
|
||||
};
|
||||
|
||||
return isAdd
|
||||
? eventHandlers.reactionAdd?.(
|
||||
|
||||
Reference in New Issue
Block a user