Fix formatting

This commit is contained in:
Natsu Kagami 2021-01-16 02:27:32 +09:00
parent 0cbf74fb82
commit 40f6c6e553
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51

View file

@ -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]
))