mirror of
https://github.com/danbulant/Shasha
synced 2026-07-06 11:30:48 +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 {Message} msg
|
||||||
* @param {*} arg
|
* @param {*} arg
|
||||||
* @returns
|
* @returns
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,8 @@ module.exports = class profile extends commando.Command {
|
||||||
|
|
||||||
emb.setThumbnail(TM.displayAvatarURL({ format: "png", size: 4096, dynamic: true }))
|
emb.setThumbnail(TM.displayAvatarURL({ format: "png", size: 4096, dynamic: true }))
|
||||||
.addField("ID", TM.id)
|
.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 (TM.description) emb.setDescription(TM.description);
|
||||||
|
|
||||||
if (MEM) {
|
if (MEM) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue