We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f6ddba commit 8a9fc4cCopy full SHA for 8a9fc4c
1 file changed
src/index.ts
@@ -1,6 +1,9 @@
1
import { ActivityType, Client, GatewayIntentBits } from 'discord.js';
2
+import { commands } from './commands/index.js';
3
import { config } from './env.js';
-import { commands, events, registerCommands, registerEvents } from './util/loaders.js';
4
+import { events } from './events/index.js';
5
+import { registerCommands } from './util/commands.js';
6
+import { registerEvents } from './util/events.js';
7
8
// Create a new client instance
9
const client = new Client({
0 commit comments