Make confession ID more obvious in a different way

This commit is contained in:
powermaker450 2024-10-12 17:52:43 -04:00
parent 3df25c19be
commit 5b2fa6e93f

View file

@ -63,13 +63,13 @@ export async function execute(interaction: CommandInteraction) {
const messageId = StoreMan.genId();
const userConfessionEmbed = new EmbedBuilder()
.setColor(color)
.setTitle(`Anonymous Confession (ID ${messageId})`)
.setTitle(`Anonymous Confession \`ID ${messageId}\``)
// @ts-ignore
.setDescription(`"${interaction.options.getString("message")}"`);
const adminConfessionEmbed = new EmbedBuilder()
.setColor(color)
.setTitle(`Anonymous Confession (ID ${messageId})`)
.setTitle(`Anonymous Confession \`ID ${messageId}\``)
// @ts-ignore
.setDescription(`"${interaction.options.getString("message")}"`)
.addFields({