This commit is contained in:
Auric Vente 2024-02-20 20:03:02 -06:00
parent 6ac31532f9
commit b9db9f467e
1 changed files with 2 additions and 1 deletions

View File

@ -154,7 +154,8 @@ 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 2.6",
"--top 0 --words '[number 0-999] [x3]' --fontcolor 0,0,0",
]
await run_gifmaker(command, room_id)