crv2/discord/events/index.ts

3 lines
112 B
TypeScript
Raw Normal View History

2024-03-19 17:41:20 -04:00
export { default as InteractionCreate } from "./InteractionCreate";
export { default as Ready } from "./Ready";