diff --git a/commands/invoice.js b/commands/invoice.js index 3919526..21d537b 100644 --- a/commands/invoice.js +++ b/commands/invoice.js @@ -240,7 +240,7 @@ module.exports = { let opt = new ActionRowBuilder() .addComponents(payButton); - if (GuildDB.canIgnoreInvoices) { + if (GuildDB.canDismissInvoices) { opt.addComponents( new ButtonBuilder() .setCustomId(`DeleteInvoice-${invoice.id}`) diff --git a/config/config.js b/config/config.js index a4a217a..1e962cf 100644 --- a/config/config.js +++ b/config/config.js @@ -2,7 +2,7 @@ require('dotenv').config(); module.exports = { Dev: "PROD.", - Version: "13.0.3", // (major).(feature).(revision/bug/refactoring) + Version: "13.0.4", // (major).(feature).(revision/bug/refactoring) Admins: ["362791661274660874", "329371697570381824"], // Admins of the bot DefaultPrefix: "?", ServerID: "955668596745461830",