mirror of
https://github.com/danbulant/Shasha
synced 2026-06-19 14:21:37 +00:00
test
This commit is contained in:
parent
3c11d2b38c
commit
66b87fc3d7
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,6 @@ module.exports = class ban extends commando.Command {
|
|||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param {Message} msg
|
||||
* @param {*} arg
|
||||
* @returns
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue