Added support to set cached max_message by config #178

This commit is contained in:
2023-01-12 09:20:14 +01:00
parent 2a0e3d77b7
commit 3811cf7d74
6 changed files with 39 additions and 6 deletions

View File

@@ -16,10 +16,10 @@
"LicenseName": "MIT",
"LicenseDescription": "MIT, see LICENSE for more details.",
"Dependencies": [
"cpl-core==2022.12.0",
"cpl-translation==2022.10.0.post2",
"cpl-query==2022.12.2",
"cpl-discord==2022.12.0",
"cpl-core==2022.12.1.post2",
"cpl-translation==2022.12.1",
"cpl-query==2022.12.2.post1",
"cpl-discord==2022.12.1.post1",
"Flask==2.2.2",
"Flask-Classful==0.14.2",
"Flask-Cors==3.0.10",
@@ -31,7 +31,7 @@
"icmplib==3.0.3"
],
"DevDependencies": [
"cpl-cli==2022.12.0"
"cpl-cli==2022.12.1.post2"
],
"PythonVersion": ">=3.10.4",
"PythonPath": {},