FUCK OFF PRETTIER YOU PIECE OF SHIT

This commit is contained in:
Mm2PL 2023-02-07 22:01:29 +01:00
parent 0f0481955d
commit bc0d30615a
No known key found for this signature in database
GPG key ID: 94AC9B80EFA15ED9

View file

@ -26,36 +26,20 @@
"type": "array",
"items": {
"type": "string",
"examples": [
"moderation",
"utility",
"commands"
]
"examples": ["moderation", "utility", "commands"]
},
"uniqueItems": true
},
"version": {
"type": "string",
"description": "Semver version string, for more info see https://semver.org.",
"examples": [
"0.0.1",
"1.0.0-rc.1"
]
"examples": ["0.0.1", "1.0.0-rc.1"]
},
"license": {
"type": "string",
"description": "A small description of your license.",
"examples": [
"MIT",
"GPL-2.0-or-later"
]
"examples": ["MIT", "GPL-2.0-or-later"]
}
},
"required": [
"name",
"description",
"authors",
"version",
"license"
]
"required": ["name", "description", "authors", "version", "license"]
}