Refactor message handling by introducing TextBot class; enhance reply and reaction logic

This commit is contained in:
Edgar P. Burkhart 2025-03-22 22:31:39 +01:00
parent be0567ff0f
commit bab22747b4
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
4 changed files with 177 additions and 83 deletions

View file

@ -6,6 +6,7 @@ readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"audioop-lts>=0.2.1",
"emoji>=2.14.1",
"mistralai>=1.6.0",
"py-cord>=2.6.1",
"pynacl>=1.5.0",
@ -21,6 +22,7 @@ dev = [
"mypy>=1.15.0",
"pre-commit>=4.2.0",
"ruff>=0.11.2",
"types-requests>=2.32.0.20250306",
]
[tool.mypy]