fix whitespace / comment

This commit is contained in:
SowinskiBraeden committed 2022-11-21 21:08:07 -08:00
1 parent 4881eadfb5
commit a5e61c0445
1 file changed
+2 -2
+2 -2
View File
@@ -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
}
}