This commit is contained in:
Isaac (eartharoid)
2020-08-23 22:12:07 +01:00
parent 5c65888c95
commit 9a63bee5e7
2 changed files with 5 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ module.exports = {
.setColor(config.colour)
.setAuthor(message.author.username, message.author.displayAvatarURL())
.setTitle(`Ticket ${id}`)
.setFooter(guild.name + ' | This message will be deleted in 15 seconds', guild.iconURL());
.setFooter(guild.name, guild.iconURL());
if (fs.existsSync(`user/transcripts/text/${ticket.channel}.txt`)) {
embed.addField('Text transcript', 'See attachment');