Fix embed style

This commit is contained in:
Essem 2021-11-21 23:27:08 -06:00
parent aca7a6771e
commit a91215a0c4
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C

View file

@ -77,7 +77,8 @@ class TagsCommand extends Command {
if (getResult.content.length > 2000) { if (getResult.content.length > 2000) {
return { return {
embeds: [{ embeds: [{
"description": getResult.content, color: 16711680,
description: getResult.content
}], }],
}; };
} }