MitchellAW/FlandersBOT

Move event listeners to cog

MitchellAW opened this issue · 1 comments

Currently FlandersBOT has many event listeners in the main bot.py file, this means changes to these event listeners cannot be hot reloaded. Moving them to a cog will allow you to make changes to these listeners without restarting the bot.

Added with: 3aaa566
Now supports hot reloading of significantly more functionality.