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
@@ -17,7 +17,7 @@ module.exports = () => {
const closebutton = new discord.MessageActionRow()
.addComponents([
new discord.MessageButton()
new discord.ButtonBuilder()
.setCustomId("closeTicketTrue1")
.setDisabled(false)
.setStyle("SECONDARY")
@@ -44,7 +44,7 @@ module.exports = () => {
const closebutton = new discord.MessageActionRow()
.addComponents([
new discord.MessageButton()
new discord.ButtonBuilder()
.setCustomId("closeTicketTrue1")
.setDisabled(false)
.setStyle("SECONDARY")