**Is your feature request related to a problem? Please describe.
Code is pretty unreadable in its current state. A sync operations are also a bit difficult
**Describe the solution you'd like.
Rewrite codebase using cogs. Split each command into its own class and file, as opposed to a giant if/else statement.
**Is your feature request related to a problem? Please describe. Code is pretty unreadable in its current state. A sync operations are also a bit difficult
**Describe the solution you'd like. Rewrite codebase using cogs. Split each command into its own class and file, as opposed to a giant if/else statement.
Describe alternatives you've considered N/A
Additional context N/A