mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-10 15:13:04 -04:00
fix [ref 331vj3z8y]
This commit is contained in:
parent
f7831c1482
commit
857bec2b26
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ module.exports = {
|
|||
|
||||
content.push(`Max Participants: **${application.max_participants}**`)
|
||||
if(application.embedded_activity_config !== null){
|
||||
if(application.embedded_activity_config.supported_platforms) content.push(`Supported Platforms: ${application.embedded_activity_config.supported_platforms.map(t => highlight(t)).join(', ')}`)
|
||||
if(application.embedded_activity_config?.supported_platforms) content.push(`Supported Platforms: ${application.embedded_activity_config.supported_platforms.map(t => highlight(t)).join(', ')}`)
|
||||
}
|
||||
|
||||
embed.fields.push({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue