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
+2 -2
View File
@@ -42,9 +42,9 @@ module.exports = class NPMCommand extends Command {
body.license || 'None', true)
.addField(' Author',
body.author ? body.author.name : 'Unknown', true)
.addField(' Created',
.addField(' Creation Date',
new Date(body.time.created).toDateString(), true)
.addField(' Modified',
.addField(' Modification Date',
new Date(body.time.modified).toDateString(), true)
.addField(' Main File',
version.main || '???', true)