mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 04:13:08 +02:00
fix: remove footer from close request embed
This commit is contained in:
parent
3a47a7df3f
commit
c3620309bd
@ -1072,10 +1072,10 @@ module.exports = class TicketManager {
|
||||
action: 'close',
|
||||
expect: staff ? 'user' : 'staff',
|
||||
};
|
||||
const embed = new ExtendedEmbedBuilder({
|
||||
const embed = new ExtendedEmbedBuilder(/* {
|
||||
iconURL: interaction.guild.iconURL(),
|
||||
text: ticket.guild.footer,
|
||||
})
|
||||
} */)
|
||||
.setColor(ticket.guild.primaryColour)
|
||||
.setTitle(getMessage(`ticket.close.${staff ? 'staff' : 'user'}_request.title`, { requestedBy: interaction.member.displayName }));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user