From 5b2fa6e93f1c3ae235e97c3a222a4411462b1b1d Mon Sep 17 00:00:00 2001 From: powermaker450 Date: Sat, 12 Oct 2024 17:52:43 -0400 Subject: [PATCH] Make confession ID more obvious in a different way --- src/commands/confess.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/confess.ts b/src/commands/confess.ts index d82d70c..29b1725 100644 --- a/src/commands/confess.ts +++ b/src/commands/confess.ts @@ -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({