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:
@@ -119,7 +119,7 @@ impl Format for Sequence {
|
|||||||
let title = format!("📚 {name}");
|
let title = format!("📚 {name}");
|
||||||
let link = format!("/s_{id}");
|
let link = format!("/s_{id}");
|
||||||
|
|
||||||
format!("{title} {link}\n")
|
format!("{title} {link}")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user