This commit is contained in:
Auric Vente
2024-07-19 00:54:22 -06:00
parent 95bc45af8b
commit 2b965b3435
4 changed files with 72 additions and 9 deletions

View File

@@ -20,7 +20,7 @@ class Config:
background_color: str = "#2c2c2c"
text_color: str = "#ffffff"
image_size: int = 80
space_1: int = 25
space_1: int = 20
max_messages: int = 120
loop_delay_fast: int = 3_000
loop_delay_normal: int = 20_000