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 -2
View File
@@ -1,4 +1,5 @@
import { eventHandlers } from "../bot.ts";
import { cache } from "../cache.ts";
import { handlers } from "../handlers/mod.ts";
import { Member } from "../structures/mod.ts";
import {
@@ -6,9 +7,8 @@ import {
DiscordIdentify,
DiscordPayload,
FetchMembersOptions,
GatewayOpcode,
GatewayOpcode
} from "../types/mod.ts";
import { cache } from "../util/cache.ts";
import { Collection } from "../util/collection.ts";
import { delay } from "../util/utils.ts";
import { createShard, requestGuildMembers } from "./mod.ts";