fix bot activity

This commit is contained in:
SowinskiBraeden committed 2022-11-21 14:19:46 -08:00
1 parent fffd788f0a
commit 4881eadfb5
3 files changed
+6 -8

No files matched your search

+1 -1
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] });