IGDB Command, Minor changes

This commit is contained in:
Daniel Odendahl Jr
2017-12-12 04:06:26 +00:00
parent dd1a980ce9
commit 8bcbb3902c
13 changed files with 101 additions and 26 deletions
+2 -2
View File
@@ -48,9 +48,9 @@ module.exports = class GitHubCommand extends Command {
body.open_issues, true)
.addField(' Language',
body.language || '???', true)
.addField(' Created',
.addField(' Creation Date',
new Date(body.created_at).toDateString(), true)
.addField(' Modified',
.addField(' Modification Date',
new Date(body.updated_at).toDateString(), true);
return msg.embed(embed);
} catch (err) {