mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-07 23:05:04 +02:00
IGDB Command, Minor changes
This commit is contained in:
@@ -51,7 +51,7 @@ module.exports = class StackOverflowCommand extends Command {
|
||||
data.view_count, true)
|
||||
.addField('❯ Score',
|
||||
data.score, true)
|
||||
.addField('❯ Created',
|
||||
.addField('❯ Creation Date',
|
||||
new Date(data.creation_date * 1000).toDateString(), true)
|
||||
.addField('❯ Last Activity',
|
||||
new Date(data.last_activity_date * 1000).toDateString(), true);
|
||||
|
||||
Reference in New Issue
Block a user