Reverse Timestamps

This commit is contained in:
Daniel Odendahl Jr
2017-03-25 18:01:31 +00:00
parent 5271872d4b
commit 55b8969ead
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ module.exports = class GuildInfoCommand extends commando.Command {
.addField('**ID:**',
message.guild.id, true)
.addField('**Created On:**',
`${message.guild.createdAt}\n${moment.duration(message.guild.createdTimestamp - Date.now()).format('y[ years], M[ months], w[ weeks, and ]d[ days]')} ago.`, true)
`${message.guild.createdAt}\n${moment.duration(Date.now() - message.guild.createdTimestamp).format('y[ years], M[ months], w[ weeks, and ]d[ days]')} ago.`, true)
.addField('**Default Channel:**',
message.guild.defaultChannel, true)
.addField('**Region:**',