mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
ll
This commit is contained in:
parent
7f870676c0
commit
d4ace423ba
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from database import dbname
|
||||
|
||||
blacklist_filtersdb = db["blacklistFilters"]
|
||||
blacklist_filtersdb = dbname["blacklistFilters"]
|
||||
|
||||
async def get_blacklisted_words(chat_id: int) -> List[str]:
|
||||
_filters = await blacklist_filtersdb.find_one({"chat_id": chat_id})
|
||||
|
|
|
|||
Loading…
Reference in a new issue