chore(repo): add schemas to repo.json files
Some checks failed
Actions / Lint Code (Ruff & Pylint) (push) Failing after 46s
Actions / Build Documentation (MkDocs) (push) Failing after 24s

This commit is contained in:
cswimr 2025-02-06 15:10:19 -06:00
parent 7593aace00
commit 9b96a15621
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
8 changed files with 56 additions and 89 deletions

View file

@ -1,4 +1,5 @@
{ {
"$schema": "https://raw.githubusercontent.com/Cog-Creators/Red-DiscordBot/refs/heads/V3/develop/schema/red_cog_repo.schema.json",
"author": ["cswimr"], "author": ["cswimr"],
"install_msg": "Thank you for installing AntiPolls!\nYou can find the source code of this cog [here](https://coastalcommits.com/cswimr/SeaCogs).", "install_msg": "Thank you for installing AntiPolls!\nYou can find the source code of this cog [here](https://coastalcommits.com/cswimr/SeaCogs).",
"name": "AntiPolls", "name": "AntiPolls",
@ -9,9 +10,5 @@
"disabled": false, "disabled": false,
"min_bot_version": "3.5.0", "min_bot_version": "3.5.0",
"min_python_version": [3, 10, 0], "min_python_version": [3, 10, 0],
"tags": [ "tags": ["automod", "automoderation", "polls"]
"automod",
"automoderation",
"polls"
]
} }

View file

@ -1,7 +1,6 @@
{ {
"author": [ "$schema": "https://raw.githubusercontent.com/Cog-Creators/Red-DiscordBot/refs/heads/V3/develop/schema/red_cog_repo.schema.json",
"cswimr" "author": ["cswimr"],
],
"install_msg": "Thank you for installing Backup!\nYou can find the source code of this cog [here](https://coastalcommits.com/cswimr/SeaCogs).", "install_msg": "Thank you for installing Backup!\nYou can find the source code of this cog [here](https://coastalcommits.com/cswimr/SeaCogs).",
"name": "Backup", "name": "Backup",
"short": "A utility to make reinstalling repositories and cogs after migrating the bot far easier.", "short": "A utility to make reinstalling repositories and cogs after migrating the bot far easier.",
@ -11,15 +10,6 @@
"disabled": false, "disabled": false,
"min_bot_version": "3.5.6", "min_bot_version": "3.5.6",
"max_bot_version": "3.5.14", "max_bot_version": "3.5.14",
"min_python_version": [ "min_python_version": [3, 9, 0],
3, "tags": ["utility", "backup", "restore", "migration"]
9,
0
],
"tags": [
"utility",
"backup",
"restore",
"migration"
]
} }

View file

@ -1,4 +1,5 @@
{ {
"$schema": "https://raw.githubusercontent.com/Cog-Creators/Red-DiscordBot/refs/heads/V3/develop/schema/red_cog_repo.schema.json",
"author": ["cswimr"], "author": ["cswimr"],
"install_msg": "Thank you for installing Bible!\nThis cog requires setting an API key for API.Bible. Please read the [documentation](https://seacogs.coastalcommits.com/bible/#setup) for more information.\nYou can find the source code of this cog [here](https://coastalcommits.com/cswimr/SeaCogs).", "install_msg": "Thank you for installing Bible!\nThis cog requires setting an API key for API.Bible. Please read the [documentation](https://seacogs.coastalcommits.com/bible/#setup) for more information.\nYou can find the source code of this cog [here](https://coastalcommits.com/cswimr/SeaCogs).",
"name": "Bible", "name": "Bible",
@ -10,9 +11,5 @@
"min_bot_version": "3.5.0", "min_bot_version": "3.5.0",
"min_python_version": [3, 10, 0], "min_python_version": [3, 10, 0],
"requirements": ["numpy", "pillow"], "requirements": ["numpy", "pillow"],
"tags": [ "tags": ["fun", "utility", "api"]
"fun",
"utility",
"api"
]
} }

View file

@ -1,4 +1,5 @@
{ {
"$schema": "https://raw.githubusercontent.com/Cog-Creators/Red-DiscordBot/refs/heads/V3/develop/schema/red_cog_repo.schema.json",
"author": ["cswimr"], "author": ["cswimr"],
"install_msg": "Thank you for installing Emoji!", "install_msg": "Thank you for installing Emoji!",
"name": "Emoji", "name": "Emoji",
@ -10,7 +11,5 @@
"min_bot_version": "3.5.0", "min_bot_version": "3.5.0",
"min_python_version": [3, 10, 0], "min_python_version": [3, 10, 0],
"requirements": ["colorthief"], "requirements": ["colorthief"],
"tags": [ "tags": ["utility"]
"utility"
]
} }

View file

@ -1,7 +1,6 @@
{ {
"author": [ "$schema": "https://raw.githubusercontent.com/Cog-Creators/Red-DiscordBot/refs/heads/V3/develop/schema/red_cog_repo.schema.json",
"cswimr" "author": ["cswimr"],
],
"install_msg": "Thank you for installing HotReload! Please see the [documentation](https://seacogs.coastalcommits.com/hotreload) to get started.", "install_msg": "Thank you for installing HotReload! Please see the [documentation](https://seacogs.coastalcommits.com/hotreload) to get started.",
"name": "HotReload", "name": "HotReload",
"short": "Automatically reload cogs in local cog paths on file change.", "short": "Automatically reload cogs in local cog paths on file change.",
@ -10,16 +9,7 @@
"hidden": false, "hidden": false,
"disabled": false, "disabled": false,
"min_bot_version": "3.5.0", "min_bot_version": "3.5.0",
"min_python_version": [ "min_python_version": [3, 8, 0],
3, "requirements": ["watchdog"],
8, "tags": ["utility", "development"]
0
],
"requirements": [
"watchdog"
],
"tags": [
"utility",
"development"
]
} }

View file

@ -1,4 +1,5 @@
{ {
"$schema": "https://raw.githubusercontent.com/Cog-Creators/Red-DiscordBot/refs/heads/V3/develop/schema/red_cog_repo.schema.json",
"author": ["cswimr"], "author": ["cswimr"],
"install_msg": "Thank you for installing Nerdify!\nYou can find the source code of this cog [here](https://coastalcommits.com/cswimr/SeaCogs). Based off of PhasecoreX's [UwU](<https://github.com/PhasecoreX/PCXCogs/tree/master/uwu>) cog.", "install_msg": "Thank you for installing Nerdify!\nYou can find the source code of this cog [here](https://coastalcommits.com/cswimr/SeaCogs). Based off of PhasecoreX's [UwU](<https://github.com/PhasecoreX/PCXCogs/tree/master/uwu>) cog.",
"name": "Nerdify", "name": "Nerdify",
@ -9,9 +10,5 @@
"disabled": false, "disabled": false,
"min_bot_version": "3.5.0", "min_bot_version": "3.5.0",
"min_python_version": [3, 8, 0], "min_python_version": [3, 8, 0],
"tags": [ "tags": ["fun", "text", "meme"]
"fun",
"text",
"meme"
]
} }

View file

@ -1,4 +1,5 @@
{ {
"$schema": "https://raw.githubusercontent.com/Cog-Creators/Red-DiscordBot/refs/heads/V3/develop/schema/red_cog_repo.schema.json",
"author": ["cswimr"], "author": ["cswimr"],
"install_msg": "Thank you for installing Pterodactyl!\nYou can find the source code of this cog [here](https://coastalcommits.com/cswimr/SeaCogs).\nDocumentation can be found [here](https://seacogs.coastalcommits.com/pterodactyl ).", "install_msg": "Thank you for installing Pterodactyl!\nYou can find the source code of this cog [here](https://coastalcommits.com/cswimr/SeaCogs).\nDocumentation can be found [here](https://seacogs.coastalcommits.com/pterodactyl ).",
"name": "Pterodactyl", "name": "Pterodactyl",
@ -10,10 +11,5 @@
"min_bot_version": "3.5.0", "min_bot_version": "3.5.0",
"min_python_version": [3, 8, 0], "min_python_version": [3, 8, 0],
"requirements": ["git+https://github.com/cswimr/pydactyl", "websockets"], "requirements": ["git+https://github.com/cswimr/pydactyl", "websockets"],
"tags": [ "tags": ["pterodactyl", "minecraft", "server", "management"]
"pterodactyl",
"minecraft",
"server",
"management"
]
} }

View file

@ -1,4 +1,5 @@
{ {
"$schema": "https://raw.githubusercontent.com/Cog-Creators/Red-DiscordBot/refs/heads/V3/develop/schema/red_cog_repo.schema.json",
"author": ["cswimr"], "author": ["cswimr"],
"install_msg": "Thank you for installing SeaUtils!\nYou can find the source code of this cog [here](https://coastalcommits.com/cswimr/SeaCogs).", "install_msg": "Thank you for installing SeaUtils!\nYou can find the source code of this cog [here](https://coastalcommits.com/cswimr/SeaCogs).",
"name": "SeaUtils", "name": "SeaUtils",