refactor(telegram): every user-facing string lives in TelegramTexts with English defaults
This commit is contained in:
@@ -43,7 +43,7 @@ class Draft:
|
||||
thread_id: int | None,
|
||||
turn_id: str,
|
||||
interval: float = 0.7,
|
||||
status: str = "⏳ думаю",
|
||||
status: str = "⏳ thinking",
|
||||
) -> None:
|
||||
self._bot = bot
|
||||
self._chat_id = chat_id
|
||||
|
||||
Reference in New Issue
Block a user