First commit

This commit is contained in:
2026-01-23 04:45:55 +07:00
commit 0b251c5967
118 changed files with 9580 additions and 0 deletions

4
bot/data/topic_map.py Normal file
View File

@@ -0,0 +1,4 @@
# bot/data/topic_map.py
# ключ: (user_id, тип) → thread_id
user_topic_map: dict[tuple[int, str], int] = {}