From eb91ffa980e0052b7f19d30ba302734101755b16 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Wed, 21 Feb 2024 13:20:47 -0600 Subject: [PATCH] Mods --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 74cde06..d828a80 100644 --- a/main.py +++ b/main.py @@ -187,7 +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", + "--fontcolor light --bgcolor dark --outline font --opacity 0.9", ] await run_gifmaker(command, room_id)