mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 19:28:17 +00:00
Merge pull request #262 from discordeno/getters
feat: implement getters
This commit is contained in:
@@ -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[] } = {};
|
||||
|
||||
Reference in New Issue
Block a user