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
1 changed files with 2 additions and 1 deletions

View File

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