This commit is contained in:
Skillz4Killz
2020-12-26 23:35:58 +00:00
committed by GitHub
parent 6e924f4ee6
commit 4f12969cd8
3 changed files with 44 additions and 13 deletions
+7 -1
View File
@@ -1,6 +1,12 @@
import { authorization, eventHandlers } from "../bot.ts";
import { Errors, HttpResponseCode, RequestMethods } from "../types/types.ts";
import { API_VERSION, baseEndpoints, BASE_URL, IMAGE_BASE_URL, USER_AGENT } from "../util/constants.ts";
import {
API_VERSION,
BASE_URL,
baseEndpoints,
IMAGE_BASE_URL,
USER_AGENT,
} from "../util/constants.ts";
import { delay } from "../util/utils.ts";
const pathQueues: { [key: string]: QueuedRequest[] } = {};