mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2026-05-19 05:44:48 -04:00
Add redbot-update command for updating Red (#6734)
This commit is contained in:
@@ -71,7 +71,8 @@
|
||||
"description": "A list of strings that are related to the functionality of the cog. Used to aid in searching.",
|
||||
"uniqueItems": true,
|
||||
"items": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"pattern": "^(?:(?!red-).+|red-(?:[3-9]|[1-9][0-9]+)\\.(?:[1-9][0-9]*)-ready)$"
|
||||
}
|
||||
},
|
||||
"type": {
|
||||
|
||||
Reference in New Issue
Block a user