mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-18 00:08:54 +00:00
Fix formatting
This commit is contained in:
parent
0cbf74fb82
commit
40f6c6e553
1 changed files with 2 additions and 1 deletions
|
@ -69,7 +69,8 @@ async fn message_command(
|
|||
} else {
|
||||
msg.edit(ctx, |f| {
|
||||
f.content(format!(
|
||||
"[🖼️ **{}/{}**] Here's the image you requested!\n\n{}", page + 1,
|
||||
"[🖼️ **{}/{}**] Here's the image you requested!\n\n{}",
|
||||
page + 1,
|
||||
images.len(),
|
||||
images[page]
|
||||
))
|
||||
|
|
Loading…
Add table
Reference in a new issue