mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-06 02:01:26 +03:00
feat: remove DM embed description
This commit is contained in:
@@ -1345,7 +1345,6 @@ module.exports = class TicketManager {
|
||||
const components = [];
|
||||
|
||||
if (ticket.guild.archive) {
|
||||
embed.setDescription(getMessage('dm.closed.archived', { guild: channel.guild.name }));
|
||||
components.push(
|
||||
new ActionRowBuilder()
|
||||
.addComponents(
|
||||
|
Reference in New Issue
Block a user