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