19 lines
582 B
JSON
19 lines
582 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/Cog-Creators/Red-DiscordBot/V3/develop/schema/red_cog.schema.json",
|
|
"name": "RepoList",
|
|
"short": "List all installed repos and their available cogs in one command",
|
|
"description": "List all installed repos and their available cogs in one command",
|
|
"end_user_data_statement": "This cog does not persistently store any data or metadata about users.",
|
|
"author": [
|
|
"Mr. 42"
|
|
],
|
|
"required_cogs": {},
|
|
"requirements": [],
|
|
"tags": [
|
|
"tools"
|
|
],
|
|
"min_bot_version": "3.5.0",
|
|
"hidden": false,
|
|
"disabled": false,
|
|
"type": "COG"
|
|
}
|