fixed the last bugs & added czech translation

This commit is contained in:
DJj123dj
2022-08-14 22:13:51 +02:00
parent 0845390569
commit 6823b96114
10 changed files with 48 additions and 36 deletions
@@ -56,7 +56,7 @@ module.exports = () => {
if (interaction.customId != "OTdeleteTicket1") return
interaction.deferUpdate()
interaction.message.edit({components:[bot.buttons.verifybars.deleteVerifyBar]})
interaction.message.edit({components:[bot.buttons.verifybars.delete1VerifyBar]})
})
client.on("interactionCreate",interaction => {
@@ -64,6 +64,6 @@ module.exports = () => {
if (interaction.customId != "OTdeleteTicketFalse1") return
interaction.deferUpdate()
interaction.message.edit({components:[bot.buttons.close.openRowNormal]})
interaction.message.edit({components:[bot.buttons.close.closeCommandRow]})
})
}