fix: Correct max font size for captions to 50

This commit is contained in:
Slipstream 2025-05-20 21:14:46 -06:00
parent ed4168798e
commit 0a065752d9
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 = 70 # Increased max font size
MAX_FONT_SIZE = 50 # Increased max font size
TEXT_COLOR = (0, 0, 0) # Black text
BAR_COLOR = (255, 255, 255) # White bar