mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 00:10:07 +00:00
deno extension has bad linter
This commit is contained in:
@@ -79,10 +79,10 @@ function loaded(shardId: number) {
|
||||
if (shardId === ws.lastShardId - 1) {
|
||||
// Still some shards are loading so wait another 2 seconds for them
|
||||
if (ws.shards.some((shard) => !shard.ready)) {
|
||||
setTimeout(async () => {
|
||||
setTimeout(() => {
|
||||
eventHandlers.debug?.(
|
||||
"loop",
|
||||
`3. Running setTimeout in CHANNEL_DELTE file.`,
|
||||
`3. Running setTimeout in READY file.`,
|
||||
);
|
||||
loaded(shardId);
|
||||
}, 2000);
|
||||
|
||||
Reference in New Issue
Block a user