From 74c808ec620a3f59d3cb4e1d92d64b90abfb2dc8 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Sat, 20 Apr 2024 12:57:17 -0600 Subject: [PATCH] Mods --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index f745bb3..48d8b76 100644 --- a/main.py +++ b/main.py @@ -362,7 +362,7 @@ async def make_meme(ws, arg, room_id): command = gifmaker_command([ "--input", file_name, "--words", arg, - "--filterne", "anyhue2", + "--filter", "anyhue2", "--opacity", 0.8, "--fontsize", 60, "--delay", 700,