From 0254aa773bbf12e9b6cd69dc7c050d69f0df9598 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Sat, 20 Apr 2024 12:59:00 -0600 Subject: [PATCH] Mods --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 48d8b76..115d745 100644 --- a/main.py +++ b/main.py @@ -373,6 +373,7 @@ async def make_meme(ws, arg, room_id): "--font", "nova", "--frames", 3, "--fillgen", + "--word-color-mode", "random", ]) await run_gifmaker(command, room_id)