Ruby-Cogs/repolist/info.json
Valerie 477974d53c
Some checks are pending
Run pre-commit / Run pre-commit (push) Waiting to run
Upload 2 Cogs & Update README
2025-05-23 01:30:53 -04:00

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"
}