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