feat: remove DM embed description

This commit is contained in:
Isaac 2025-02-12 21:41:39 +00:00
parent e947c9589b
commit f74b257629
No known key found for this signature in database
GPG Key ID: 0DE40AE37BBA5C33
2 changed files with 0 additions and 2 deletions

View File

@ -286,7 +286,6 @@ commands:
title: ✅ Prompt sent title: ✅ Prompt sent
dm: dm:
closed: closed:
archived: Use the `/transcript` command in **{guild}** to view the archived messages.
fields: fields:
closed: closed:
name: Closed at name: Closed at

View File

@ -1345,7 +1345,6 @@ module.exports = class TicketManager {
const components = []; const components = [];
if (ticket.guild.archive) { if (ticket.guild.archive) {
embed.setDescription(getMessage('dm.closed.archived', { guild: channel.guild.name }));
components.push( components.push(
new ActionRowBuilder() new ActionRowBuilder()
.addComponents( .addComponents(