mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 14:13:02 -04:00
format unknown guild features
This commit is contained in:
parent
69e42d14b1
commit
5c4a02f08f
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ module.exports.guildFeaturesField = function(g){
|
||||||
for(const f of sfN){
|
for(const f of sfN){
|
||||||
let ic = fD[f]
|
let ic = fD[f]
|
||||||
if(!fD[f]) ic = `<:UNKNOWN:878298902971965520>`
|
if(!fD[f]) ic = `<:UNKNOWN:878298902971965520>`
|
||||||
ft.push(`${ic} ${f}`)
|
ft.push(`${ic} ${f.split('_').map((i)=>i.substring(0, 1).toUpperCase() + i.substring(1,i.length).toLowerCase()).join(' ')}`)
|
||||||
}
|
}
|
||||||
featureCards.push({
|
featureCards.push({
|
||||||
name: ``,
|
name: ``,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue