Updated Date Fix

This commit is contained in:
Daniel Odendahl Jr
2017-05-21 16:02:23 +00:00
parent 28a1fa6716
commit ef5940d75c
+1 -1
View File
@@ -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',