mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-06 01:12:33 -05:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6a99becdb2 | ||
|
|
062211d099 | ||
|
|
84f1699b8f | ||
|
|
6cf54db308 | ||
|
|
fa25033be1 | ||
|
|
36c9d9aaee |
@@ -1,5 +1,15 @@
|
||||
.. 3.4.x Changelogs
|
||||
|
||||
Redbot 3.4.9 (2021-04-06)
|
||||
=========================
|
||||
|
||||
This is a hotfix release fixing an issue with command error handling.
|
||||
|
||||
discord.py version has been bumped to 1.7.1.
|
||||
|
||||
Thanks again to :ghuser:`Rapptz` for quick response on this issue.
|
||||
|
||||
|
||||
Redbot 3.4.8 (2021-04-06)
|
||||
=========================
|
||||
| Thanks to all these amazing people that contributed to this release:
|
||||
|
||||
@@ -191,7 +191,7 @@ def _update_event_loop_policy():
|
||||
_asyncio.set_event_loop_policy(_uvloop.EventLoopPolicy())
|
||||
|
||||
|
||||
__version__ = "3.4.8"
|
||||
__version__ = "3.4.9"
|
||||
version_info = VersionInfo.from_str(__version__)
|
||||
|
||||
# Filter fuzzywuzzy slow sequence matcher warning
|
||||
|
||||
Reference in New Issue
Block a user