Updated docs

This commit is contained in:
2023-02-20 15:55:20 +01:00
parent 48d0daabf5
commit 9e28dce5ce
632 changed files with 10917 additions and 6775 deletions

View File

@@ -2,26 +2,26 @@
"ProjectSettings": {
"Name": "cpl-discord",
"Version": {
"Major": "2022",
"Minor": "12",
"Micro": "1"
"Major": "2023",
"Minor": "2",
"Micro": "0"
},
"Author": "Sven Heidemann",
"AuthorEmail": "sven.heidemann@sh-edraft.de",
"Description": "sh-edraft Common Python library Discord",
"LongDescription": "sh-edraft Common Python library link between discord.py and CPL",
"Description": "CPL Discord",
"LongDescription": "Link between discord.py and CPL",
"URL": "https://www.sh-edraft.de",
"CopyrightDate": "2022 - 2023",
"CopyrightName": "sh-edraft.de",
"LicenseName": "MIT",
"LicenseDescription": "MIT, see LICENSE for more details.",
"Dependencies": [
"cpl-core>=2022.12.1",
"cpl-core>=2023.2.0",
"discord.py==2.1.0",
"cpl-query>=2022.12.2.post1"
"cpl-query>=2023.2.0"
],
"DevDependencies": [
"cpl-cli>=2022.12.1"
"cpl-cli>=2023.2.0"
],
"PythonVersion": ">=3.10",
"PythonPath": {},