From 5677930c1bf4e93807fe2e4d598eb27676c7be03 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Wed, 28 Feb 2024 05:31:35 -0600 Subject: [PATCH] Mods --- main.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/main.py b/main.py index 5f7d1db..ae55a0b 100644 --- a/main.py +++ b/main.py @@ -353,17 +353,16 @@ async def gif_user(room_id): command = gifmaker_command([ "--input", get_path("nerd.jpg"), - "--words", f"{user} is ; {what}", + "--words", f"{user} is [x2] ; {what} [x2]", "--filter", "anyhue2", "--bottom", 20, - "--fontcolor", "light2", - "--bgcolor", "darkfont2", + "--fontcolor", "light", + "--bgcolor", "darkfont", "--outline", "font", "--deepfry", "--font", "nova", "--fontsize", 45, "--opacity", 0.8, - "--delay", 1250, ]) await run_gifmaker(command, room_id)