test
This commit is contained in:
parent
c0ba64def4
commit
27b3f9a2fd
@ -39,8 +39,8 @@ module.exports = {
|
||||
const discordMention = `<@${link.discord_id}>`;
|
||||
|
||||
// date de la dernière connexion formatée pour affichage discord
|
||||
const lastConnectionText = link.link.lastConnection
|
||||
? `<t:${Math.floor(new Date(link.link.lastConnection).getTime() / 1000)}:f>`
|
||||
const lastConnectionText = link.lastConnection
|
||||
? `<t:${Math.floor(new Date(link.lastConnection).getTime() / 1000)}:f>`
|
||||
: 'Jamais connecté';
|
||||
|
||||
embed.addFields({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user