From a5e61c0445ac3877352eaef9d3d47b8884c921d4 Mon Sep 17 00:00:00 2001 From: SowinskiBraeden Date: Mon, 21 Nov 2022 21:08:07 -0800 Subject: [PATCH] fix whitespace / comment --- structures/QuarksBot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 } }