From ef5940d75ce22f5ddeb9935936602601dce9da14 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Sun, 21 May 2017 16:02:23 +0000 Subject: [PATCH] Updated Date Fix --- commands/search/github.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',