This commit is contained in:
Christopher Cookman 2024-04-09 16:06:32 -06:00
parent ed28cf03ca
commit 5fcfdd85ad
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -285,7 +285,7 @@ client.on('messageCreate', async (message) => {
return message.channel.send({
"embeds": [{
"title": "Error",
"description": `${lang.errors[err.response.status]}`,
"description": `An error occured: \njson\n\`\`\`{${JSON.stringify(err, null, "\t")}}\`\`\``,
"color": 0xFF0000
}]
})