We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3de1356 commit 947c2d5Copy full SHA for 947c2d5
1 file changed
src/events/index.ts
@@ -1,4 +1,3 @@
1
-import { autoRoleEvent } from './auto-roles.js';
2
import { guildCreateEvent } from './guild-create.js';
3
import { hasVarEvent } from './has-var.js';
4
import { interactionCreateEvent } from './interaction-create.js';
@@ -12,5 +11,4 @@ export const events = [
12
11
justAskEvent,
13
hasVarEvent,
14
interactionCreateEvent,
15
- autoRoleEvent,
16
] as DiscordEvent[];
0 commit comments