mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-09 04:38:55 -05:00
chore(changelog): fix wrong references in changelog entries for Downloader (#3130)
This commit is contained in:
parent
8a90996b36
commit
5a7c36c581
@ -1 +1 @@
|
||||
Added :func:`redbot.cogs.downloader.repo_manager.InstalledModule` to Downloader's framework docs.
|
||||
Added :func:`redbot.cogs.downloader.installable.InstalledModule` to Downloader's framework docs.
|
||||
@ -1,4 +1,4 @@
|
||||
Added :func:`redbot.cogs.downloader.installable.InstalledModule` which is used instead of :func:`redbot.cogs.downloader.installable.Installable` when we refer to installed cog or shared library.
|
||||
Therefore:
|
||||
- ``to_json`` and ``from_json`` methods were moved from :func:`redbot.cogs.downloader.installable.Installable` to :func:`redbot.cogs.downloader.installable.InstalledModule`
|
||||
- return types changed for :func:`redbot.cogs.converter.InstalledCog.convert`, :func:`redbot.cogs.downloader.Downloader.installed_cogs`, :func:`redbot.cogs.downloader.Repo.install_cog` to use :func:`redbot.cogs.downloader.installable.InstalledModule`.
|
||||
- return types changed for :func:`redbot.cogs.downloader.converters.InstalledCog.convert`, :func:`redbot.cogs.downloader.downloader.Downloader.installed_cogs`, :func:`redbot.cogs.downloader.repo_manager.Repo.install_cog` to use :func:`redbot.cogs.downloader.installable.InstalledModule`.
|
||||
Loading…
x
Reference in New Issue
Block a user