mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-06 07:25:36 +01:00
Fix sequence formating
This commit is contained in:
@@ -116,10 +116,10 @@ impl Format for Sequence {
|
||||
fn format(&self) -> String {
|
||||
let Sequence { id, name, .. } = self;
|
||||
|
||||
let title = format!("📚 {name}\n");
|
||||
let title = format!("📚 {name}");
|
||||
let link = format!("/s_{id}");
|
||||
|
||||
format!("{title}{link}")
|
||||
format!("{title} {link}\n")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user