fix: Correct max font size for captions to 50
This commit is contained in:
parent
ed4168798e
commit
0a065752d9
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user