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:
@@ -137,9 +137,9 @@ pub enum DownloadArchiveCommand {
|
|||||||
impl ToString for DownloadArchiveCommand {
|
impl ToString for DownloadArchiveCommand {
|
||||||
fn to_string(&self) -> String {
|
fn to_string(&self) -> String {
|
||||||
match self {
|
match self {
|
||||||
DownloadArchiveCommand::Sequence { id } => format!("da_s_{id}"),
|
DownloadArchiveCommand::Sequence { id } => format!("/da_s_{id}"),
|
||||||
DownloadArchiveCommand::Author { id } => format!("da_a_{id}"),
|
DownloadArchiveCommand::Author { id } => format!("/da_a_{id}"),
|
||||||
DownloadArchiveCommand::Translator { id } => format!("da_t_{id}"),
|
DownloadArchiveCommand::Translator { id } => format!("/da_t_{id}"),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user