feat: Implement user enrollment interaction to assign a random class role and add new role configurations.
This commit is contained in:
@@ -25,6 +25,10 @@ const event: Event<Events.InteractionCreate> = {
|
||||
await import("@/modules/admin/item_wizard").then(m => m.handleItemWizardInteraction(interaction));
|
||||
return;
|
||||
}
|
||||
if (interaction.customId === "enrollment" && interaction.isButton()) {
|
||||
await import("@/modules/user/enrollment.interaction").then(m => m.handleEnrollmentInteraction(interaction));
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
if (interaction.isAutocomplete()) {
|
||||
|
||||
Reference in New Issue
Block a user