use native discord timestamps
This commit is contained in:
parent
548ae6fab2
commit
ac811afc44
4 changed files with 4 additions and 18 deletions
|
@ -80,7 +80,7 @@ module.exports = class Avatar extends Command {
|
|||
name: 'Roles', value: roles.size.toString(), inline: true
|
||||
},
|
||||
{
|
||||
name: 'Created', value: time(guild.createdAt, 'D') + `, ${time(guild.createdAt, 'R')}`, inline: true
|
||||
name: 'Created', value: time(guild.createdAt, 'D') + time(guild.createdAt, 'R'), inline: true
|
||||
},
|
||||
{
|
||||
name: 'Features', value: guild.features.join(', ')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue