mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-18 00:08:54 +00:00
Improve formatting slightly
This commit is contained in:
parent
51a2054385
commit
081b75d167
1 changed files with 1 additions and 1 deletions
|
@ -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("<t:%s:R>"),
|
||||
|
|
Loading…
Add table
Reference in a new issue