From eea65731932b2b5bb049afff3e873df32c059df1 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Wed, 21 Feb 2024 06:29:55 -0600 Subject: [PATCH] Mods --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 4ae507d..41bf981 100644 --- a/main.py +++ b/main.py @@ -144,7 +144,7 @@ async def gif_wins(who, room_id): gm_common, f"--input '{input_path}'", f"--words '{who} wins a ; [repeat] ; [RANDOM] ; [repeat]' --bgcolor 0,0,0", - "--bottom 0 --filter anyhue2 --framelist 11,11,33,33", + "--bottom 0 --filter anyhue2 --framelist 11,11,33,33 --fontsize=42", ] await run_gifmaker(command, room_id)