mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 19:28:17 +00:00
refactor: replace util/cache with cache
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { applicationID } from "../../bot.ts";
|
||||
import { cache } from "../../cache.ts";
|
||||
import { RequestManager } from "../../rest/request_manager.ts";
|
||||
import { SlashCommandResponseOptions } from "../../types/mod.ts";
|
||||
import { cache } from "../../util/cache.ts";
|
||||
import { endpoints } from "../../util/constants.ts";
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user