mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-07-02 03:03:37 +00:00
Typescript rework continue
This commit is contained in:
12
src/client/events.ts
Normal file
12
src/client/events.ts
Normal file
@ -0,0 +1,12 @@
|
||||
import interactionCreate from "./events/interactionCreate"
|
||||
import messageDelete from "./events/messageDelete"
|
||||
import ready from "./events/ready"
|
||||
import SIGINT from "./events/SIGINT"
|
||||
import SIGTERM from "./events/SIGTERM"
|
||||
import uncaughtException from "./events/uncaughtException"
|
||||
import voiceStateUpdate from "./events/voiceStateUpdate"
|
||||
import warning from "./events/warning"
|
||||
|
||||
export default {
|
||||
interactionCreate, messageDelete, ready, SIGINT, SIGTERM, uncaughtException, voiceStateUpdate, warning
|
||||
}
|
Reference in New Issue
Block a user