Add logging sharing in bot channel

This commit is contained in:
BreadTube 2026-05-27 14:56:39 +09:00
commit 48a5fa2285
3 changed files with 38 additions and 6 deletions

View file

@ -11,6 +11,7 @@ class Config:
bot_channel_init_retries: int = 3
bot_message_duration: float = 150.
delete_duplicate_channels: bool = True
log_buffer_length: int = 200
request_timeout: float = 3.
unmanaged_categories: str = ''
youtube_channel_refresh_interval: float = 600