fix: remove util/cdn export

This commit is contained in:
ayntee
2020-12-24 17:59:15 +04:00
parent 3d3e2f3363
commit 8e3fab7411
24 changed files with 50 additions and 51 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { authorization, eventHandlers } from "../bot.ts";
import { Errors, HttpResponseCode, RequestMethods } from "../types/types.ts";
import { baseEndpoints, discordAPIURLS } from "../util/constants.ts";
import { delay } from "../util/utils.ts";
import { authorization, eventHandlers } from "../bot.ts";
const pathQueues: { [key: string]: QueuedRequest[] } = {};
const ratelimitedPaths = new Map<string, RateLimitedPath>();