mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 10:25:11 +02:00
IGDB Command, Minor changes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user