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
+1 -1
View File
@@ -48,7 +48,7 @@ module.exports = class TwitterCommand extends Command {
body.protected ? 'Yes' : 'No', true)
.addField(' Verified?',
body.verified ? 'Yes' : 'No', true)
.addField(' Created',
.addField(' Creation Date',
new Date(body.created_at).toDateString(), true)
.addField(' Latest Tweet',
body.status ? body.status.text : 'None');