v1.3.2
This is the first stable version of open-ticket 1.3
This commit is contained in:
+2
-2
@@ -59,7 +59,6 @@ module.exports = () => {
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
if (config.options.ticket2.enabled){
|
||||
if (currentTicketButtons < 4){
|
||||
var localTicketButton = ticketButton
|
||||
@@ -236,7 +235,8 @@ module.exports = () => {
|
||||
|
||||
msg.channel.send({embeds:[ticketEmbed],components:embedComponents})
|
||||
|
||||
|
||||
if (config.logs){console.log("[command] "+config.prefix+"ticket msg (user:"+msg.author.username+")")}
|
||||
if (config.logs){console.log("[system] created ticket message")}
|
||||
}
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user