Mods
This commit is contained in:
parent
708bfa3dc1
commit
9e224f7a89
4
main.py
4
main.py
|
@ -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,
|
||||||
])
|
])
|
||||||
|
|
Loading…
Reference in New Issue