almost the last push for v2.1.0

This commit is contained in:
DJj123dj
2022-06-26 20:25:33 +02:00
parent a49b53e2d6
commit a6e107c12a
16 changed files with 225 additions and 30 deletions
+1
View File
@@ -151,6 +151,7 @@ module.exports = () => {
storage.set("userTicketStorage",ticketChannel.id,interaction.member.id)
var ticketEmbed = new discord.MessageEmbed()
.setAuthor({name:interaction.user.id})
.setColor(config.main_color)
.setTitle(currentTicketOptions.name)
if (currentTicketOptions.ticketmessage.length > 0) ticketEmbed.setDescription(currentTicketOptions.ticketmessage)