diff --git a/src/commands/moderation.rs b/src/commands/moderation.rs index e9227e7..cb1cf13 100644 --- a/src/commands/moderation.rs +++ b/src/commands/moderation.rs @@ -169,7 +169,7 @@ pub async fn mute( &ctx, ModerationKind::Mute( reason, - unmute_time.format("%d/%m/%Y %H:%M").to_string(), + format!("", unmute_time.timestamp()), result, ), &member.user,