SGA-A / c2c

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

Implement reload capability via Extensions #86

Closed SGA-A closed 6 months ago

SGA-A commented 6 months ago

Is your feature request related to a problem? Please describe. To add features to the bot, you have to restart the bot. Every time you add changes, this requires restarting the bot.

Describe the solution you'd like So that the bot does not have to restart between changes. A single command to reload the cog will do. This may mean, that a cog_unload function needs to be defined in some files (e.g, to close connections and HTTP sessions).

Describe alternatives you've considered None.

Additional context None.

serephenna commented 6 months ago

Fixed by #87.