Again
This commit is contained in:
parent
0a99ffc6bd
commit
d1b2b55901
28
index.js
28
index.js
|
@ -518,7 +518,12 @@ dcClient.on('ready', async () => {
|
||||||
embeds: [{
|
embeds: [{
|
||||||
"title": "Extension List",
|
"title": "Extension List",
|
||||||
"color": 0x00ff00,
|
"color": 0x00ff00,
|
||||||
"description": `${extensionList1}`
|
// Get the number of extensions
|
||||||
|
"description": `${extensions.length} extensions`,
|
||||||
|
"fields": [{
|
||||||
|
"name": "Extensions",
|
||||||
|
"value": `${extensionList1}`
|
||||||
|
}]
|
||||||
}]
|
}]
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
|
@ -546,7 +551,12 @@ dcClient.on('ready', async () => {
|
||||||
embeds: [{
|
embeds: [{
|
||||||
"title": "Extension List",
|
"title": "Extension List",
|
||||||
"color": 0x00ff00,
|
"color": 0x00ff00,
|
||||||
"description": `${extensionList1}`
|
// Get the number of extensions
|
||||||
|
"description": `${extensions.length} extensions`,
|
||||||
|
"fields": [{
|
||||||
|
"name": "Extensions",
|
||||||
|
"value": `${extensionList1}`
|
||||||
|
}]
|
||||||
}]
|
}]
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
|
@ -567,7 +577,12 @@ dcClient.on('ready', async () => {
|
||||||
embeds: [{
|
embeds: [{
|
||||||
"title": "Extension List",
|
"title": "Extension List",
|
||||||
"color": 0x00ff00,
|
"color": 0x00ff00,
|
||||||
"description": `${extensionList1}`
|
// Get the number of extensions
|
||||||
|
"description": `${extensions.length} extensions`,
|
||||||
|
"fields": [{
|
||||||
|
"name": "Extensions",
|
||||||
|
"value": `${extensionList1}`
|
||||||
|
}]
|
||||||
}]
|
}]
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
|
@ -712,7 +727,12 @@ dcClient.on('interactionCreate', async interaction => {
|
||||||
embeds: [{
|
embeds: [{
|
||||||
"title": "Extension List",
|
"title": "Extension List",
|
||||||
"color": 0x00ff00,
|
"color": 0x00ff00,
|
||||||
"description": `${extensionList1}`
|
// Get the number of extensions
|
||||||
|
"description": `${extensions.length} extensions`,
|
||||||
|
"fields": [{
|
||||||
|
"name": "Extensions",
|
||||||
|
"value": `${extensionList1}`
|
||||||
|
}]
|
||||||
}]
|
}]
|
||||||
});
|
});
|
||||||
}).catch((error) => {
|
}).catch((error) => {
|
||||||
|
|
Loading…
Reference in a new issue