v2.5.0 first push

This commit is contained in:
DJj123dj
2022-08-10 19:35:10 +02:00
parent 8aee358081
commit 034247ea99
35 changed files with 844 additions and 317 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ exports.getButton = (id) => {
if (!option) return false
if (option.type == "ticket"){
var button = new discord.ButtonBuilder()
.setCustomId("newT"+option.id)
.setCustomId("OTnewT"+option.id)
.setDisabled(false)
.setStyle(getColor(option.color))