some transforms
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
f1791fac44
commit
4c788bc321
7 changed files with 16 additions and 13 deletions
|
@ -71,7 +71,7 @@ export async function getMessageInfoEmbed(
|
|||
embed.fields.push({
|
||||
name: preEmbedPadding + "Author information",
|
||||
value: trimLines(`
|
||||
Name: **${renderUsername(message.author.username, message.author.discriminator)}**
|
||||
Name: **${renderUsername(message.author)}**
|
||||
ID: \`${message.author.id}\`
|
||||
Created: **<t:${Math.round(message.author.createdTimestamp / 1000)}:R>**
|
||||
${authorJoinedAtTS ? `Joined: **<t:${Math.round(authorJoinedAtTS / 1000)}:R>**` : ""}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue