chore(repo): add schemas to repo.json files
This commit is contained in:
parent
7593aace00
commit
9b96a15621
8 changed files with 56 additions and 89 deletions
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"author": [
|
||||
"cswimr"
|
||||
],
|
||||
"$schema": "https://raw.githubusercontent.com/Cog-Creators/Red-DiscordBot/refs/heads/V3/develop/schema/red_cog_repo.schema.json",
|
||||
"author": ["cswimr"],
|
||||
"install_msg": "Thank you for installing HotReload! Please see the [documentation](https://seacogs.coastalcommits.com/hotreload) to get started.",
|
||||
"name": "HotReload",
|
||||
"short": "Automatically reload cogs in local cog paths on file change.",
|
||||
|
@ -10,16 +9,7 @@
|
|||
"hidden": false,
|
||||
"disabled": false,
|
||||
"min_bot_version": "3.5.0",
|
||||
"min_python_version": [
|
||||
3,
|
||||
8,
|
||||
0
|
||||
],
|
||||
"requirements": [
|
||||
"watchdog"
|
||||
],
|
||||
"tags": [
|
||||
"utility",
|
||||
"development"
|
||||
]
|
||||
"min_python_version": [3, 8, 0],
|
||||
"requirements": ["watchdog"],
|
||||
"tags": ["utility", "development"]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue