Cogwatch Versions Save

Hot-reloading for discord.py-based command files.

v1.1.5

3 years ago

[1.1.5] -- 2020-09-16

Changed

  • Fixed a bug where the watcher would spam errors if the specified cog directory did not exist.
  • The watcher will additionally track changes to the command directory name. The watcher will will seek for a matching directory name in the background and restart itself once found (this includes reloading all cogs within that directory, if not loaded).
  • Refactored some internal code.