Update tickets.js

This commit is contained in:
Isaac (eartharoid) 2020-10-13 21:23:16 +01:00
parent 5f36c87367
commit d5f795416f

View File

@ -72,9 +72,9 @@ module.exports = {
.setTitle(`${context === 'self' ? 'Your' : user.username + '\'s'} tickets`) .setTitle(`${context === 'self' ? 'Your' : user.username + '\'s'} tickets`)
.setFooter(guild.name + ' | This message will be deleted in 60 seconds', guild.iconURL()); .setFooter(guild.name + ' | This message will be deleted in 60 seconds', guild.iconURL());
if (config.transcripts.web.enabled) { /* if (config.transcripts.web.enabled) {
embed.setDescription(`You can access all of your ticket archives on the [web portal](${config.transcripts.web.server}/${user.id}).`); embed.setDescription(`You can access all of your ticket archives on the [web portal](${config.transcripts.web.server}/${user.id}).`);
} } */
let open = [], let open = [],
closed = []; closed = [];