From b9db9f467e2a72bda3a4f48d71e81c5dcbb0dc39 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Tue, 20 Feb 2024 20:03:02 -0600 Subject: [PATCH] Mods --- main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 5505a9b..d240557 100644 --- a/main.py +++ b/main.py @@ -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)