Rename and move constants/discord.ts to utils/constants.ts

This commit is contained in:
ayntee
2020-11-15 22:22:27 +04:00
parent f24b80dcfa
commit ca9a3095f8
8 changed files with 7 additions and 7 deletions

View File

@@ -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[] } = {};