fix: remove util/cdn export

This commit is contained in:
ayntee
2020-12-24 17:59:15 +04:00
parent 3d3e2f3363
commit 8e3fab7411
24 changed files with 50 additions and 51 deletions
+1 -1
View File
@@ -1,11 +1,11 @@
import { eventHandlers } from "../../bot.ts";
import { structures } from "../structures/structures.ts";
import {
DiscordPayload,
MessageCreateOptions,
MessageDeleteBulkPayload,
MessageDeletePayload,
} from "../../types/types.ts";
import { structures } from "../structures/structures.ts";
import { cacheHandlers } from "./cache.ts";
export async function handleInternalMessageCreate(data: DiscordPayload) {