mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-02-23 18:51:29 +02:00
feat: remove DM embed description
This commit is contained in:
parent
e947c9589b
commit
f74b257629
@ -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
|
||||||
|
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user