mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-19 08:48: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 {
|
} else {
|
||||||
msg.edit(ctx, |f| {
|
msg.edit(ctx, |f| {
|
||||||
f.content(format!(
|
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.len(),
|
||||||
images[page]
|
images[page]
|
||||||
))
|
))
|
||||||
|
|
Loading…
Add table
Reference in a new issue