mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 11:48:55 -05:00
* fix(downloader): return string, catch ValueError for relative urls * chore(changelog): add towncrier entry
1 line
123 B
ReStructuredText
1 line
123 B
ReStructuredText
Make :attr:`redbot.cogs.downloader.repo_manager.Repo.clean_url` work with relative urls. This property uses `str` type now. |