mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 09:20:08 +00:00
fix: eventHandlers.ts renamed to event_handlers.ts
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user