IGDB Command, Minor changes

This commit is contained in:
Daniel Odendahl Jr
2017-12-12 04:06:26 +00:00
parent dd1a980ce9
commit 8bcbb3902c
13 changed files with 101 additions and 26 deletions
+1 -1
View File
@@ -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);