12.8.3 fix internal error handling
This commit is contained in:
12 files changed
+211
-74
No files matched your search
@@ -143,7 +143,7 @@ class QuarksBot extends Client {
|
||||
this.error(Error);
|
||||
const embed = new EmbedBuilder()
|
||||
.setDescription(`**Internal Error:**\nUh Oh D: Its not you, its me.\nThis command has crashed\nContact the Developers\nhttps://discord.gg/YCXhvy9uZw`)
|
||||
.setColor(client.config.Colors.Red)
|
||||
.setColor(this.config.Colors.Red)
|
||||
|
||||
Interaction.send({ embeds: [embed] });
|
||||
}
|
||||
|
||||
Reference in new issue
Block a user