This PR moves some things around. Additionally it switches from a custom Result type to 2 custom error types.
Also:
Moves the ban thread that was overloaded with additonal things into its own module where we can just list functions to be run every hour, like a series of jobs
This PR moves some things around. Additionally it switches from a custom
Result
type to 2 custom error types.Also: