This commit is contained in:
Auric Vente 2024-03-06 19:14:29 -06:00
parent 708bfa3dc1
commit 9e224f7a89
1 changed files with 2 additions and 2 deletions

View File

@ -420,12 +420,12 @@ async def gif_when(who, room_id):
"--input", get_path("sky.jpg"), "--input", get_path("sky.jpg"),
"--words", f"{who} will die [x2] ; {date} [x2]", "--words", f"{who} will die [x2] ; {date} [x2]",
"--filter", "anyhue2", "--filter", "anyhue2",
"--bottom", 60, "--bottom", 66,
"--fontcolor", "light2", "--fontcolor", "light2",
"--bgcolor", "darkfont2", "--bgcolor", "darkfont2",
"--outline", "font", "--outline", "font",
"--font", "nova", "--font", "nova",
"--fontsize", 60, "--fontsize", 70,
"--opacity", 0.8, "--opacity", 0.8,
"--wrap", 25, "--wrap", 25,
]) ])