mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 22:53:06 -04:00
further fixes
This commit is contained in:
parent
e37e086f77
commit
d1c375379e
2 changed files with 10 additions and 9 deletions
|
@ -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
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue