From 3df25c19bef7b5860e6d49e8dc7441375fd53dd8 Mon Sep 17 00:00:00 2001 From: powermaker450 Date: Sat, 12 Oct 2024 17:50:41 -0400 Subject: [PATCH] Make confession ID more obvious --- 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 35ee041..d82d70c 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 ${messageId}`) + .setTitle(`Anonymous Confession (ID ${messageId})`) // @ts-ignore .setDescription(`"${interaction.options.getString("message")}"`); const adminConfessionEmbed = new EmbedBuilder() .setColor(color) - .setTitle(`Anonymous Confession ${messageId}`) + .setTitle(`Anonymous Confession (ID ${messageId})`) // @ts-ignore .setDescription(`"${interaction.options.getString("message")}"`) .addFields({