Added
- The `Watcher` class and `watch` decorator now accept a `preload`
argument. If set to True, it will detect and load all cogs on start.
If False, you have to handle your own cog loading. Defaults to False.
***Note:** the preloading happens before the debug mode check for auto-reloads,
so you can use it as your default cog loader in production.*
Changed
- `cogs_path` was not being read in nested path situations.
- Exceptions are no longer completely eaten.