lphillips / SecretHitlerDiscord

A discord bot for the famous board game Secret Hitler
Other
1 stars 0 forks source link

Clean up app code #32

Closed lphillips closed 3 years ago

lphillips commented 3 years ago

A lot of the warnings in app.py are addressed:

A couple of errors where variables in the game module were accessed without the "game." scope were also addressed.

This PR doesn't address the game.py module since it doesn't have as many warnings and changes to address these warnings would affect game logic in places which we don't have good ways to test currently, so it doesn't seem worth it at the moment.