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
+1 -1
View File
@@ -1,7 +1,7 @@
import { cache } from "../cache.ts";
import { deleteRole } from "../helpers/roles/delete_role.ts";
import { editRole } from "../helpers/roles/edit_role.ts";
import { CreateRoleOptions, RoleData } from "../types/mod.ts";
import { cache } from "../util/cache.ts";
import { Collection } from "../util/collection.ts";
import { createNewProp } from "../util/utils.ts";
import { Guild } from "./guild.ts";