SGA-A / c2c

Source code for the custom app exclusive to cc, where most interactions begin and end.
MIT License
2 stars 0 forks source link

Add reloading functionality #87

Closed SGA-A closed 3 months ago

SGA-A commented 3 months ago

This PR adds support for reloading entire cogs.

This hopefully removes the need for restarting the bot in places where changes were made to a cog only. Though, if changes were made outside a cog, then the bot would still require a full restart for the changes to take effect.