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:
@@ -129,11 +129,13 @@ where
|
|||||||
};
|
};
|
||||||
|
|
||||||
if !has_any_spliced {
|
if !has_any_spliced {
|
||||||
return format_result
|
let items_string = format_result
|
||||||
.into_iter()
|
.into_iter()
|
||||||
.map(|item| item.result)
|
.map(|item| item.result)
|
||||||
.collect::<Vec<String>>()
|
.collect::<Vec<String>>()
|
||||||
.join(separator);
|
.join(separator);
|
||||||
|
|
||||||
|
return format!("{title}{items_string}");
|
||||||
}
|
}
|
||||||
|
|
||||||
let mut free_symbols: usize = format_result
|
let mut free_symbols: usize = format_result
|
||||||
|
|||||||
Reference in New Issue
Block a user