Make confession ID more obvious in a different way
This commit is contained in:
parent
3df25c19be
commit
5b2fa6e93f
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue