chore: remove internal class information from enrollment message
This commit is contained in:
@@ -80,7 +80,7 @@ export async function handleEnrollmentInteraction(interaction: ButtonInteraction
|
|||||||
await classService.assignClass(user.id.toString(), selectedClass.id);
|
await classService.assignClass(user.id.toString(), selectedClass.id);
|
||||||
|
|
||||||
await interaction.reply({
|
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
|
flags: MessageFlags.Ephemeral
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user