mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-04 15:56:52 +02:00
Updated Date Fix
This commit is contained in:
@@ -39,7 +39,7 @@ module.exports = class GithubCommand extends Command {
|
||||
.addField('Creation Date',
|
||||
moment(body.created_at).format('MMMM Do YYYY'), true)
|
||||
.addField('Last Updated On',
|
||||
moment(body.created_at).format('MMMM Do YYYY'), true)
|
||||
moment(body.updated_at).format('MMMM Do YYYY'), true)
|
||||
.addField('Stargazers',
|
||||
body.stargazers_count, true)
|
||||
.addField('Watchers',
|
||||
|
||||
Reference in New Issue
Block a user