diff --git a/src/plugins/proxyEvents.ts b/src/plugins/proxyEvents.ts index 2acb859e2..80d82c6e0 100644 --- a/src/plugins/proxyEvents.ts +++ b/src/plugins/proxyEvents.ts @@ -1,5 +1,5 @@ import { eventHandlers, replaceEventHandlers } from "../bot.ts"; -import type { EventHandlers } from "../types/discordeno/eventHandlers.ts"; +import type { EventHandlers } from "../types/discordeno/event_handlers.ts"; import type { EventEmitter } from "https://deno.land/std@0.96.0/node/events.ts"; export function proxyEvent(emitter: EventEmitter) {