mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-02-23 02:41:21 +02:00
feat: remove DM embed description
This commit is contained in:
parent
e947c9589b
commit
f74b257629
@ -286,7 +286,6 @@ commands:
|
||||
title: ✅ Prompt sent
|
||||
dm:
|
||||
closed:
|
||||
archived: Use the `/transcript` command in **{guild}** to view the archived messages.
|
||||
fields:
|
||||
closed:
|
||||
name: Closed at
|
||||
|
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user