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,8 +2,8 @@ import json
|
|||
|
||||
import pytest
|
||||
|
||||
from src.huesoporro.infra.repos import QuoteRepo, UserRepo
|
||||
from src.huesoporro.models import User
|
||||
from huesoporro.infra.repos import QuoteRepo, UserRepo
|
||||
from huesoporro.models import User
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue