This commit is contained in:
Auric Vente 2024-07-19 04:22:16 -06:00
parent cb189c30ad
commit 632fdbd47f
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class Config:
text_color: str = "#ffffff"
image_size: int = 80
space_1: int = 20
max_messages: int = 120
max_messages: int = 200
loop_delay_fast: int = 3_000
loop_delay_normal: int = 30_000
loop_delay_slow: int = 60_000