fix [ref 331vj3z8y]

This commit is contained in:
derpystuff 2023-03-09 18:43:46 +01:00
parent f7831c1482
commit 857bec2b26

View file

@ -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({