You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// makes sure we don't log timeouts from the past if a user's role updates. It's still possible that a user is updated during a timeout, but this is the best we can do.
21
22
logger.log(
22
23
"TIMEOUT",
23
-
`${newMember.user.tag} has been timed out in ${newMember.guild.name} until ${newTimeout}.`,
24
+
`${newMember.user.tag} has been timed out in ${newMember.guild.name} until <t:${unixTime}:f> (<t:${unixTime}:R>).`,
0 commit comments