mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 01:40:08 +00:00
fix: update import paths
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user