Red-DiscordBot Cog
Red-DiscordBot Cog metadata file
| Type | object |
|---|---|
| File match |
info.json
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/red-discordbot-cog/latest.json |
| Source | https://raw.githubusercontent.com/Cog-Creators/Red-DiscordBot/V3/develop/schema/red_cog.schema.json |
Validate with Lintel
npx @lintel/lintel check
Properties
List of names of authors of the cog
A long description of the cog or repo. For cogs, this is displayed when a user executes [p]cog info.
The message that gets displayed when a cog is installed or a repo is added
A short description of the cog or repo. For cogs, this info is displayed when a user executes [p]cog list
A statement explaining what end user data the cog is storing. This is displayed when a user executes [p]cog info. If the statement has changed since last update, user will be informed during the update.
Min version number of Red in the format MAJOR.MINOR.MICRO
Max version number of Red in the format MAJOR.MINOR.MICRO, if min_bot_version is newer than max_bot_version, max_bot_version will be ignored
Min version number of Python in the format [MAJOR, MINOR, PATCH]
Determines if a cog is available for install.
List of required libraries that are passed to pip on cog install.
A list of strings that are related to the functionality of the cog. Used to aid in searching.
Optional, defaults to COG. Must be either COG or SHARED_LIBRARY. If SHARED_LIBRARY then hidden will be True.