added tsconfig, fixed colours
diff --git a/src/utils/confirmationMessage.ts b/src/utils/confirmationMessage.ts
index 3226a43..dd97603 100644
--- a/src/utils/confirmationMessage.ts
+++ b/src/utils/confirmationMessage.ts
@@ -61,12 +61,12 @@
new Discord.MessageButton()
.setCustomId("no")
.setLabel("Cancel")
- .setStyle(this.inverted ? "DANGER" : "SUCCESS")
+ .setStyle("SECONDARY")
.setEmoji(getEmojiByName("CONTROL.CROSS", "id"))
].concat(this.customButtonTitle ? [new Discord.MessageButton()
.setCustomId("custom")
.setLabel(this.customButtonTitle)
- .setStyle("SECONDARY")
+ .setStyle("PRIMARY")
.setDisabled(this.customButtonDisabled)
.setEmoji(getEmojiByName("CONTROL.TICKET", "id"))
] : []))