From 9e224f7a89cc43a5a49f0113a4a8c40bf3468aee Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Wed, 6 Mar 2024 19:14:29 -0600 Subject: [PATCH] Mods --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 4278704..8348d70 100644 --- a/main.py +++ b/main.py @@ -420,12 +420,12 @@ async def gif_when(who, room_id): "--input", get_path("sky.jpg"), "--words", f"{who} will die [x2] ; {date} [x2]", "--filter", "anyhue2", - "--bottom", 60, + "--bottom", 66, "--fontcolor", "light2", "--bgcolor", "darkfont2", "--outline", "font", "--font", "nova", - "--fontsize", 60, + "--fontsize", 70, "--opacity", 0.8, "--wrap", 25, ])