mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-06 07:25:36 +01:00
Fix
This commit is contained in:
@@ -129,11 +129,13 @@ where
|
||||
};
|
||||
|
||||
if !has_any_spliced {
|
||||
return format_result
|
||||
let items_string = format_result
|
||||
.into_iter()
|
||||
.map(|item| item.result)
|
||||
.collect::<Vec<String>>()
|
||||
.join(separator);
|
||||
|
||||
return format!("{title}{items_string}");
|
||||
}
|
||||
|
||||
let mut free_symbols: usize = format_result
|
||||
|
||||
Reference in New Issue
Block a user