mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-21 14:04:38 +02:00
Manga Command
This commit is contained in:
@@ -30,7 +30,7 @@ module.exports = class GuildInfoCommand extends Command {
|
||||
stripIndents`
|
||||
${moment(msg.guild.createdTimestamp).format('MMMM Do YYYY h:mm:ss A')}
|
||||
${moment.duration(Date.now() - msg.guild.createdTimestamp).format('y[ years], M[ months], w[ weeks, and ]d[ days]')} ago.
|
||||
`, true)
|
||||
`)
|
||||
.addField('Default Channel',
|
||||
msg.guild.defaultChannel, true)
|
||||
.addField('Region',
|
||||
|
||||
Reference in New Issue
Block a user