fix: eventHandlers.ts renamed to event_handlers.ts

This commit is contained in:
ITOH
2021-05-19 17:05:12 +02:00
committed by GitHub
parent 97082283a8
commit cc156a7add

View File

@@ -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) {