This commit is contained in:
@@ -42,6 +42,7 @@ async def get_all_authors() -> List[ChatMember]:
|
||||
print(a)
|
||||
authors_by_user[a["user"]] = a
|
||||
authors_by_id[a["id"]] = a
|
||||
print(f"[main] {len(authors)} authors precached")
|
||||
|
||||
return list(authors_by_id.values())
|
||||
|
||||
|
Reference in New Issue
Block a user