diff --git a/commands/search/github.js b/commands/search/github.js index 1cad60bc..d75d3e45 100644 --- a/commands/search/github.js +++ b/commands/search/github.js @@ -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',