further fixes

This commit is contained in:
derpystuff 2023-08-21 23:50:41 +02:00
parent e37e086f77
commit d1c375379e
2 changed files with 10 additions and 9 deletions

View file

@ -101,9 +101,10 @@ module.exports = {
}
if(application.tags){
console.log(application.tags)
embed.fields.push({
name: `${icon("list")} Tags`,
value: application.tags.map(t => highlight(t)).join(', '),
value: application.tags.map(t => highlight(t + '')).join(', '),
inline: true
})
}