This commit is contained in:
Christopher Cookman 2024-03-06 19:03:30 -07:00
parent b0a213169d
commit c07c78d316
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -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 = "";
} }