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
+1 -1
View File
@@ -1,4 +1,3 @@
import { endpoints } from "../constants/discord.ts";
import { RequestManager } from "../module/requestManager.ts";
import { structures } from "../structures/mod.ts";
import { Errors } from "../types/errors.ts";
@@ -9,6 +8,7 @@ import {
WebhookCreateOptions,
WebhookPayload,
} from "../types/webhook.ts";
import { endpoints } from "../utils/constants.ts";
import { botHasChannelPermissions } from "../utils/permissions.ts";
import { urlToBase64 } from "../utils/utils.ts";