mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-04 19:24:51 +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
|
from database import dbname
|
||||||
|
|
||||||
blacklist_filtersdb = db["blacklistFilters"]
|
blacklist_filtersdb = dbname["blacklistFilters"]
|
||||||
|
|
||||||
async def get_blacklisted_words(chat_id: int) -> List[str]:
|
async def get_blacklisted_words(chat_id: int) -> List[str]:
|
||||||
_filters = await blacklist_filtersdb.find_one({"chat_id": chat_id})
|
_filters = await blacklist_filtersdb.find_one({"chat_id": chat_id})
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue