This commit is contained in:
Neko-Life 2021-07-27 18:21:07 +07:00
parent 3c11d2b38c
commit 66b87fc3d7
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,6 @@ module.exports = class ban extends commando.Command {
}
/**
*
* @param {Message} msg
* @param {*} arg
* @returns

View file

@ -35,7 +35,8 @@ module.exports = class profile extends commando.Command {
emb.setThumbnail(TM.displayAvatarURL({ format: "png", size: 4096, dynamic: true }))
.addField("ID", TM.id)
.addField("Registered", defaultDateFormat(TM.createdAt));
.addField("Registered", defaultDateFormat(TM.createdAt) +
`\n(<t:${Math.floor(TM.createdAt.valueOf() / 1000)}:R>)`);
if (TM.description) emb.setDescription(TM.description);
if (MEM) {