mirror of
https://github.com/revanced/revanced-discord-bot.git
synced 2025-04-30 06:24:27 +02:00
feat: format timestamp (#17)
This commit is contained in:
parent
55e263df06
commit
55d0aaff21
@ -169,7 +169,7 @@ pub async fn mute(
|
|||||||
&ctx,
|
&ctx,
|
||||||
ModerationKind::Mute(
|
ModerationKind::Mute(
|
||||||
reason,
|
reason,
|
||||||
unmute_time.format("%d/%m/%Y %H:%M").to_string(),
|
format!("<t:{}:F>", unmute_time.timestamp()),
|
||||||
result,
|
result,
|
||||||
),
|
),
|
||||||
&member.user,
|
&member.user,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user