Print available bots for telegram botfather

This commit is contained in:
Manuel Vögele
2024-01-12 16:43:30 +01:00
parent a2b9384d5d
commit 739c9d770b
4 changed files with 59 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ rrule = "0.11.0"
rust-i18n = "2.3.0"
serde = { version = "1.0.145", features = ["derive"] }
serde_yaml = "0.9.13"
strum = { version = "0.25.0", features = ["derive"] }
teloxide = { version = "0.12.2", features = ["macros", "throttle"] }
thiserror = "1.0.37"
tokio = { version = "1.21.2", features = ["macros"] }