Borgli / Ohminator

Repository for the Discord bot Ohminator
http://www.ohminator.com
Apache License 2.0
4 stars 0 forks source link

Refactor files #20

Closed Borgli closed 6 years ago

Borgli commented 6 years ago

The amount of files is a bit confusing. We should refactor the functions into the correct files and add folders for the different categories/plugins. Also reducing or increasing the amount of files where it makes sense. For example: Events.py is too big and should also be renamed. PlaylistElement.py is too small and should be placed in a playlist module/file. Python =/= Java, and we need to follow Python conventions.