From 0d962823e0bedb579eec3091b4a8764bcd2aca29 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Wed, 21 Feb 2024 13:18:08 -0600 Subject: [PATCH] Mods --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index fb12b78..74cde06 100644 --- a/main.py +++ b/main.py @@ -187,6 +187,7 @@ async def gif_bird(who, room_id): f"--input '{input_path}'", "--words '[randomx]' --randomfile data/aves.txt --bgcolor 0,0,0", "--filter anyhue2 --frames 3 --fontsize 42 --fillwords", + "--fontcolor light2 --bgcolor dark2 --outline font", ] await run_gifmaker(command, room_id)