Add logging sharing in bot channel
This commit is contained in:
parent
65da9a65de
commit
48a5fa2285
3 changed files with 38 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue