mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 19:28:17 +00:00
add queueCounter
This commit is contained in:
@@ -44,6 +44,7 @@ export async function resume(shardId: number) {
|
|||||||
queue: oldShard?.queue || [],
|
queue: oldShard?.queue || [],
|
||||||
processingQueue: false,
|
processingQueue: false,
|
||||||
queueStartedAt: Date.now(),
|
queueStartedAt: Date.now(),
|
||||||
|
queueCounter: 0,
|
||||||
});
|
});
|
||||||
|
|
||||||
// Resume on open
|
// Resume on open
|
||||||
|
|||||||
Reference in New Issue
Block a user