From cc156a7addb0e342b4b9511de25acd0a50cece3f Mon Sep 17 00:00:00 2001 From: ITOH Date: Wed, 19 May 2021 17:05:12 +0200 Subject: [PATCH] fix: eventHandlers.ts renamed to event_handlers.ts --- src/plugins/proxyEvents.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {