diff --git a/structures/QuarksBot.js b/structures/QuarksBot.js index 9d20d69..b7a5d78 100644 --- a/structures/QuarksBot.js +++ b/structures/QuarksBot.js @@ -56,7 +56,7 @@ class QuarksBot extends Client { if (!this.databaseConnected) { let dbFailedEmbed = new EmbedBuilder() - .setDescription(`**Internal Error:**\nUh Oh D: Its not you, its me.\nThe bot has failed to connect to the database 5 times!\nContact the Developers\nhttps://discord.gg/YCXhvy9uZw`) + .setDescription(`**Internal Error:**\nUh Oh D: Its not you, its me.\nThe bot has failed to connect to the database 5 times!\nContact the Developers\nhttps://discord.gg/YCXhvy9uZw`) .setColor(this.config.Colors.Red) return interaction.send({ embeds: [dbFailedEmbed] }); @@ -208,7 +208,7 @@ class QuarksBot extends Client { onlyOfficersSearch: false, casinoMultiplier: 2, canIgnoreInvoices: true, - workLimiter: 24, + workLimiter: 24, // hours } }