rename bot and improve forwarding logic

This commit is contained in:
2026-07-02 21:07:36 +03:00
parent c5d096b19b
commit f397916816
8 changed files with 65 additions and 20 deletions
+1
View File
@@ -9,6 +9,7 @@ class Settings(BaseSettings):
bot_token: SecretStr
group_chat_id: int
admin_ids: str
disable_captcha: bool = False
@property
def admins(self) -> list[int]: