chore: remove internal class information from enrollment message

This commit is contained in:
syntaxbullet
2025-12-18 20:35:18 +01:00
parent 528a66a7ef
commit 4642cf7f6a

View File

@@ -80,7 +80,7 @@ export async function handleEnrollmentInteraction(interaction: ButtonInteraction
await classService.assignClass(user.id.toString(), selectedClass.id);
await interaction.reply({
content: `🎉 You have been successfully enrolled! You are now a member of **${selectedClass.name}** and received the **${classRole.name}** role.`,
content: `🎉 You have been successfully enrolled! You received the **${classRole.name}** role.`,
flags: MessageFlags.Ephemeral
});