mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Beep
This commit is contained in:
@@ -59,7 +59,7 @@ module.exports = class SteamCommand extends Command {
|
||||
.addField('❯ Recommendations',
|
||||
data.recommendations ? data.recommendations.total : 'N/A', true)
|
||||
.addField('❯ Platforms',
|
||||
platforms.join(', ') || 'None')
|
||||
platforms.join(', ') || 'None', true)
|
||||
.addField('❯ Developers',
|
||||
data.developers.join(', ') || 'N/A')
|
||||
.addField('❯ Publishers',
|
||||
|
||||
Reference in New Issue
Block a user