mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Update guide_publish_cogs.rst (#3520)
This commit is contained in:
parent
8f7ba02ab1
commit
17b8ef09c6
@ -67,7 +67,8 @@ Keys specific to the cog info.json (case sensitive)
|
|||||||
|
|
||||||
- ``disabled`` (bool) - Determines if a cog is available for install.
|
- ``disabled`` (bool) - Determines if a cog is available for install.
|
||||||
|
|
||||||
- ``required_cogs`` (map of cogname to repo URL) - A map of required cogs that this cog depends on.
|
- ``required_cogs`` (dict mapping a cog name to repo URL) - A dict of required cogs that this cog depends on
|
||||||
|
in the format ``{cog_name : repo_url}``.
|
||||||
Downloader will not deal with this functionality but it may be useful for other cogs.
|
Downloader will not deal with this functionality but it may be useful for other cogs.
|
||||||
|
|
||||||
- ``requirements`` (list of strings) - list of required libraries that are
|
- ``requirements`` (list of strings) - list of required libraries that are
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user