diff --git a/index.js b/index.js index b04ca8d..c0b1f4f 100644 --- a/index.js +++ b/index.js @@ -237,7 +237,12 @@ const generateExtensionListEmbed = async () => { if (field.length >= 1024) { embeds.push({ "color": 0x00ff00, - "description": field + "feilds": [ + { + "name": "Extensions", + "value": field + } + ] }); field = ""; }