From 081b75d167c57b960aba137e4c2b7d9bf0b24ee1 Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Mon, 12 Feb 2024 15:15:29 +0100 Subject: [PATCH] Improve formatting slightly --- youmubot-osu/src/discord/server_rank.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youmubot-osu/src/discord/server_rank.rs b/youmubot-osu/src/discord/server_rank.rs index 455a99c..3b76066 100644 --- a/youmubot-osu/src/discord/server_rank.rs +++ b/youmubot-osu/src/discord/server_rank.rs @@ -148,7 +148,7 @@ pub async fn server_rank(ctx: &Context, m: &Message, mut args: Args) -> CommandR )); } content.push_line("```").push_line(format!( - "Page **{}**/**{}**. Last updated: `{}`", + "Page **{}**/**{}**. Last updated: {}", page + 1, (total_len + ITEMS_PER_PAGE - 1) / ITEMS_PER_PAGE, last_update.format(""),