mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 22:32:50 +02:00
IGDB Command, Minor changes
This commit is contained in:
@@ -59,7 +59,7 @@ module.exports = class SteamCommand extends Command {
|
||||
data.recommendations ? data.recommendations.total : '???', true)
|
||||
.addField('❯ Platforms',
|
||||
platforms.join(', ') || 'None', true)
|
||||
.addField('❯ Release Data',
|
||||
.addField('❯ Release Date',
|
||||
data.release_date ? data.release_date.date : '???', true)
|
||||
.addField('❯ DLC Count',
|
||||
data.dlc ? data.dlc.length : 0, true)
|
||||
|
||||
Reference in New Issue
Block a user