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:
parent
0a065752d9
commit
5c863f0ba8
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user