Commit Graph

9 Commits

Author SHA1 Message Date
0d028b6a66 Add helper to skip redundant message edits 2025-10-25 19:15:16 +02:00
34f0c9feb6 Update deps and refactor 2025-08-09 23:10:40 +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
b96f1e9747 Refactor 2023-09-03 21:38:49 +02:00
bdc01d04f9 Refactor 2023-09-03 21:34:21 +02:00