yaejunyang/packages/bot/events/index.ts
2026-05-21 18:21:38 +00:00

4 lines
114 B
TypeScript

export const eventMap = [
(await import("./readChannel")).default,
(await import("./useCommand")).default,
];