Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove
ChatHandler
import in discord module
In `src/discord/mod.rs`, the `ChatHandler` trait import was removed and the code was refactored focusing on the `Handler` struct. The modification not only streamlines the structure of the code making it more readable, but also improves error handling and logging capabilities, hence increasing maintainability and comprehension.
- Loading branch information