mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 01:57:54 +02:00
IGDB Command, Minor changes
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user