mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 01:10:07 +00:00
Rename and move constants/discord.ts to utils/constants.ts
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { delay } from "../../deps.ts";
|
||||
import { baseEndpoints } from "../constants/discord.ts";
|
||||
import { HttpResponseCode } from "../types/discord.ts";
|
||||
import { Errors } from "../types/errors.ts";
|
||||
import { RequestMethods } from "../types/fetch.ts";
|
||||
import { baseEndpoints } from "../utils/constants.ts";
|
||||
import { authorization, eventHandlers } from "./client.ts";
|
||||
|
||||
const pathQueues: { [key: string]: QueuedRequest[] } = {};
|
||||
|
||||
Reference in New Issue
Block a user