feat: remove !h and make the bot have an in-memory dict of greeted users instead of using the backoff service
This commit is contained in:
parent
48a3235323
commit
b2185f4174
52 changed files with 404 additions and 353 deletions
2
Makefile
2
Makefile
|
|
@ -16,7 +16,7 @@ tests:
|
|||
uv run coverage xml
|
||||
|
||||
serve:
|
||||
uv run python -m src.huesoporro.main
|
||||
uv run python -m src.apps.httpapi.litestar.main
|
||||
|
||||
build:
|
||||
docker build . -t git.roboces.dev/catalin/$(PROJECT_NAME):$(PROJECT_TAG) --target $(PROJECT_TARGET)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue