First commit
This commit is contained in:
4
bot/data/topic_map.py
Normal file
4
bot/data/topic_map.py
Normal file
@@ -0,0 +1,4 @@
|
||||
# bot/data/topic_map.py
|
||||
|
||||
# ключ: (user_id, тип) → thread_id
|
||||
user_topic_map: dict[tuple[int, str], int] = {}
|
||||
Reference in New Issue
Block a user