fix: update import paths

This commit is contained in:
ayntee
2020-12-22 22:10:33 +04:00
parent 104d01920b
commit b353987809

View File

@@ -1,7 +1,7 @@
import { DiscordPayload } from "../types/types.ts";
import { eventHandlers } from "../module/client.ts";
import { DiscordPayload } from "../../types/types.ts";
import { eventHandlers } from "../../bot.ts";
import { structures } from "../structures/mod.ts";
import { InteractionCommandPayload } from "../types/types.ts";
import { InteractionCommandPayload } from "../../types/types.ts";
export async function handleInternalInteractionsCreate(data: DiscordPayload) {
if (data.t !== "INTERACTION_CREATE") return;