fix whitespace / comment
This commit is contained in:
1 file changed
+2
-2
@@ -56,7 +56,7 @@ class QuarksBot extends Client {
|
|||||||
|
|
||||||
if (!this.databaseConnected) {
|
if (!this.databaseConnected) {
|
||||||
let dbFailedEmbed = new EmbedBuilder()
|
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)
|
.setColor(this.config.Colors.Red)
|
||||||
|
|
||||||
return interaction.send({ embeds: [dbFailedEmbed] });
|
return interaction.send({ embeds: [dbFailedEmbed] });
|
||||||
@@ -208,7 +208,7 @@ class QuarksBot extends Client {
|
|||||||
onlyOfficersSearch: false,
|
onlyOfficersSearch: false,
|
||||||
casinoMultiplier: 2,
|
casinoMultiplier: 2,
|
||||||
canIgnoreInvoices: true,
|
canIgnoreInvoices: true,
|
||||||
workLimiter: 24,
|
workLimiter: 24, // hours
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in new issue
Block a user