mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-06 15:35:35 +01:00
Fix
This commit is contained in:
@@ -347,7 +347,7 @@ impl Format for Book {
|
|||||||
|
|
||||||
let pages_count = match self.pages {
|
let pages_count = match self.pages {
|
||||||
Some(1) | None => "".to_string(),
|
Some(1) | None => "".to_string(),
|
||||||
Some(v) => format!(" [ {v}с. ]\n\n"),
|
Some(v) => format!(" [ {v}с. ]\n"),
|
||||||
};
|
};
|
||||||
|
|
||||||
format!("📖 {title} | {lang}{pages_count}\n")
|
format!("📖 {title} | {lang}{pages_count}\n")
|
||||||
|
|||||||
Reference in New Issue
Block a user