Fix: Decrease max font size for captions

Reduce the maximum font size allowed for captions to prevent text from overflowing or becoming too large.
This commit is contained in:
Slipstream 2025-05-20 21:17:00 -06:00
parent 0a065752d9
commit 5c863f0ba8
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

@ -14,7 +14,7 @@ class CaptionCog(commands.Cog, name="Caption"):
CAPTION_PADDING = 10
DEFAULT_GIF_DURATION = 100
MIN_FONT_SIZE = 10
MAX_FONT_SIZE = 50 # Increased max font size
MAX_FONT_SIZE = 30 # Decreased max font size
TEXT_COLOR = (0, 0, 0) # Black text
BAR_COLOR = (255, 255, 255) # White bar