WARNING: Support for Python 3.5 has been DROPPED (#1721)
Note: discord.py has been pinned as a result of recent changes to its requirements. We intend to update with beta 17
A note for cog devs: Mark your command group functions with autohelp=True
or autohelp=False
in the decorator (if it applies to your cogs) as beta 17 is bringing a breaking change (see #1790)
Additions:
- Swap back to initial RPC library and hook into core commands (#1780)
- local whitelist/blacklist (#1776)
Enhancements:
- Added some tests (#1590)
- Audio: Empty channel disconnect setting (#1832)
- Command group automatic help (#1790)
- Add a requirements list to [p]cog info (#1827)
- Make hidden hidden and add disabled for info.json (#1828)
- Split available and installed cogs in [p]cog list (#1826)
- Refactor some commands for testing/RPC (#1691)
Bugfixes:
- Fix online user count in [p]serverinfo (#1844)
- Fix past nicks conversion for mod (#1840)
- Fix streams race condition (#1834)
- Catch another error on windows compiler failure (#1830)
- Send meaningful responses on conversion failure (#1817)
- Fix backup error (#1820)
- Patch issue with attachment grabbing (#1822)
- Fix formatter field pagination (#1813)
- Don't block on adding reactions (#1808)
- prevent self-casing the bot + feedback for heirarchy (#1777)
- Don't do 3rd party agreement without command args (#1821)
- Better name-as-prefix handling (#1823)
- Fix typo in load (#1814)
- Fix dm help set (#1806)
- Fix missing await (#1805)
- Cleanup quotes in cogs (#1782)
- Fixed issue with making YT Stream Embed (#1812)
- Add missing await for
[p]set prefix
(#1809) - permissions canrun fix (#1787)
- fix several issues with fuzzy command search (#1788)
- Handle token being an empty string (#1794)
- Fix display of whitelist and blacklist members (#1789)
- decorator inheritence fix (#1786)
- Fixes issue preventing token reset from setup (#1771)
- CLI prefix args correctly display in the on_ready print (#1770)
- Hide help command from help (#1772)
- Use typing.TYPE_CHECKING instead of utils.TYPE_CHECKING (#1778)
- Announce ignore parameter modification (#1781)
- Check for empty queue in [p]skip (#1769)
- Permissions: Don't rely on load order to be consistent (#1760)
- Make bot send typing whilst loading cogs (#1756)
- Clean up some ugly auto-formatted strings (#1753)
- Use sys.exit() over exit() (#1755)
- Add a much-needed forward reference (#1763)
- Add notes about case sensitivity for selfrole (#1762)
- Restrict check for reactions on [p]now (#1752)
- Fix error on [p]set command when used in DM (#1748)
- Spelling, Grammar, and doc string fixes. (#1747)
- Use Embed.Empty for unset embed colour (#1750)