zeusops / operationbot

A bot for handling events on the Zeusops discord server
GNU General Public License v3.0
7 stars 4 forks source link

Move converters into a separate module #92

Closed Gehock closed 2 years ago

Gehock commented 3 years ago

Converters are now subclasses of the classes that they convert to. This way linters should nag less about the command argument types.

Additionally, did some extra linting.