From d5f795416f3d8afa874fa797513c8df0f786bf2a Mon Sep 17 00:00:00 2001 From: "Isaac (eartharoid)" Date: Tue, 13 Oct 2020 21:23:16 +0100 Subject: [PATCH] Update tickets.js --- src/commands/tickets.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/tickets.js b/src/commands/tickets.js index b4c9f3f..9c5d5f5 100644 --- a/src/commands/tickets.js +++ b/src/commands/tickets.js @@ -72,9 +72,9 @@ module.exports = { .setTitle(`${context === 'self' ? 'Your' : user.username + '\'s'} tickets`) .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}).`); - } + } */ let open = [], closed = [];