MitchellAW / FlandersBOT

A discord bot with commands surrounding The Simpsons, Futurama and Rick and Morty and more!
https://discord.gg/xMmxMYg
MIT License
8 stars 2 forks source link

Move event listeners to cog #22

Closed MitchellAW closed 3 years ago

MitchellAW commented 3 years ago

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.

MitchellAW commented 3 years ago

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