What?
This commit is contained in:
parent
8b5a41e2b6
commit
9a37a2a2a9
1
index.js
1
index.js
|
@ -242,6 +242,7 @@ const generateExtensionListEmbed = async () => {
|
||||||
if (field.length >= 1024) {
|
if (field.length >= 1024) {
|
||||||
embeds.push({
|
embeds.push({
|
||||||
"color": 0x00ff00,
|
"color": 0x00ff00,
|
||||||
|
"description": `${extensions.length} extensions\n\`* = inactive for 30 days\`\n\`** = inactive for 90 days\`\n\`- = never used\``,
|
||||||
"feilds": [
|
"feilds": [
|
||||||
{
|
{
|
||||||
"name": "Extensions",
|
"name": "Extensions",
|
||||||
|
|
Loading…
Reference in a new issue