This commit is contained in:
Auric Vente 2024-02-21 06:06:43 -06:00
parent 3be44dd75c
commit 6f9060ffad
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ async def gif_numbers(who, room_id):
gifmaker,
gm_common,
f"--input '{input_path}'",
"--top 0 --words '[number 0-999] [x3]' --fontcolor 0,0,0 --fontsize 70",
"--top 0 --words '[number 0-999] [x3]' --fontcolor 0,0,0 --fontsize 66",
]
await run_gifmaker(command, room_id)