Fix embed style
This commit is contained in:
parent
aca7a6771e
commit
a91215a0c4
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
}],
|
}],
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue