mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-12-23 00:03:09 +02:00
Update tickets.js
This commit is contained in:
parent
5f36c87367
commit
d5f795416f
@ -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 = [];
|
||||||
|
Loading…
Reference in New Issue
Block a user