refactor: replace util/cache with cache

This commit is contained in:
ayntee
2021-03-20 10:06:57 +04:00
parent e1a9565045
commit 5125ffd308
14 changed files with 88 additions and 92 deletions
+2 -3
View File
@@ -2,13 +2,12 @@ import {
eventHandlers,
lastShardID,
setApplicationID,
setBotID,
setBotID
} from "../../bot.ts";
import { cacheHandlers } from "../../cache.ts";
import { cache, cacheHandlers } from "../../cache.ts";
import { initialMemberLoadQueue } from "../../structures/guild.ts";
import { structures } from "../../structures/mod.ts";
import { DiscordPayload, ReadyPayload } from "../../types/discord.ts";
import { cache } from "../../util/cache.ts";
import { delay } from "../../util/utils.ts";
import { allowNextShard, basicShards } from "../../ws/mod.ts";