Buh
This commit is contained in:
parent
b0a213169d
commit
c07c78d316
7
index.js
7
index.js
|
@ -237,7 +237,12 @@ const generateExtensionListEmbed = async () => {
|
||||||
if (field.length >= 1024) {
|
if (field.length >= 1024) {
|
||||||
embeds.push({
|
embeds.push({
|
||||||
"color": 0x00ff00,
|
"color": 0x00ff00,
|
||||||
"description": field
|
"feilds": [
|
||||||
|
{
|
||||||
|
"name": "Extensions",
|
||||||
|
"value": field
|
||||||
|
}
|
||||||
|
]
|
||||||
});
|
});
|
||||||
field = "";
|
field = "";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue