feat: Introduce a comprehensive feedback system with a slash command, interactive UI, and configuration.
This commit is contained in:
@@ -33,5 +33,10 @@ export const interactionRoutes: InteractionRoute[] = [
|
||||
predicate: (i) => i.isButton() && i.customId === "enrollment",
|
||||
handler: () => import("@/modules/user/enrollment.interaction"),
|
||||
method: 'handleEnrollmentInteraction'
|
||||
},
|
||||
{
|
||||
predicate: (i) => i.customId.startsWith("feedback_"),
|
||||
handler: () => import("@/modules/feedback/feedback.interaction"),
|
||||
method: 'handleFeedbackInteraction'
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user