Commit Graph

8 Commits

Author SHA1 Message Date
a829ba200d Invalidate cache and delete bot on invalid token error
Some checks are pending
Build docker image / Build-Docker-Image (push) Waiting to run
2025-07-04 14:40:45 +02:00
2f33b41359 Refactor error handling to use anyhow throughout codebase
Switch all custom error types and handler signatures from `Box<dyn
std::error::Error + Send + Sync>` to `anyhow::Result`. Add anyhow as a
dependency. Fix typos and update function names for consistency.
2025-06-22 16:26:27 +02:00
4e44b9ef34 Update teloxide 2024-08-22 21:26:31 +02:00
452040e83a Add pre-commit 2023-09-24 22:37:40 +02:00
5b4b3dd5d4 Fixes 2023-09-22 21:37:36 +02:00
aca73a3d80 Fixes 2023-09-14 21:47:31 +02:00
b4be11559d Fix 2023-09-02 14:35:06 +02:00
0ca115976b Refactor 2023-09-02 14:33:26 +02:00