better error response

This commit is contained in:
SowinskiBraeden committed 2022-08-01 22:44:40 -07:00
1 parent 2b6ebfe7db
commit 2e8ef10348
8 files changed
+69 -69

No files matched your search

+1 -1
View File
@@ -350,7 +350,7 @@ module.exports = {
if (err) {
client.log(err);
const embed = new MessageEmbed()
.setDescriptions(`**Internal Error:** ${err}\nContact the Developers`)
.setDescriptions(`**Internal Error:** ${err}\nContact the Developers\nhttps://discord.gg/YCXhvy9uZw`)
.setColor("RED")
return interaction.send({ embeds: [embed] });