Added NoUserInfo, NoMessageText and HandlerUsed error types to decrease the amount of unwraps

This commit is contained in:
2023-05-06 20:20:33 +03:00
parent c1e1b9c0c1
commit 71940762ff
18 changed files with 74 additions and 38 deletions

View File

@@ -28,4 +28,5 @@ serde = "1.0.160"
serde_json = "1.0.96"
sha2 = "0.10.6"
teloxide = { version = "0.12.2", features = ["macros", "ctrlc_handler", "rustls", "throttle"], default-features = false }
thiserror = "1.0.40"
tokio = { version = "1.27.0", features = ["macros", "rt-multi-thread"] }