0.5.1 (2023-11-29)
Bug Fixes
-
Fix voice component module setting not loading correctly (1e70893)
-
Remove Timer's CacheTracker as it may fail to start Timer (e4fc95d)
This was originally added to allow for the cache to fill up before running tasks from the Timer extension in case they needed them. However, the way the cache fills up is too finicky to reliably track and so this is being removed. Any tasks that did use the cache on a task that might run on start should opt instead to use hikari's
rest
API.
Documentation
- Add migrations page, small fixes, Readme notice (3651d38)