Refactor message handling by introducing TextBot class; enhance reply and reaction logic
This commit is contained in:
parent
be0567ff0f
commit
bab22747b4
4 changed files with 177 additions and 83 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue