open ticket v2.3 push 1 (doesn't work yet)

This commit is contained in:
DJj123dj
2022-07-19 11:57:14 +02:00
parent fc09858f92
commit c57507cea9
15 changed files with 75 additions and 64 deletions
+2 -2
View File
@@ -20,7 +20,7 @@ module.exports = () => {
const closebutton = new discord.MessageActionRow()
.addComponents([
new discord.MessageButton()
new discord.ButtonBuilder()
.setCustomId("deleteTicketTrue")
.setDisabled(false)
.setStyle("SECONDARY")
@@ -53,7 +53,7 @@ module.exports = () => {
const closebutton = new discord.MessageActionRow()
.addComponents([
new discord.MessageButton()
new discord.ButtonBuilder()
.setCustomId("deleteTicketTrue")
.setDisabled(false)
.setStyle("SECONDARY")