Mods
This commit is contained in:
parent
d2b5d3a769
commit
c9a76ecc1e
2
main.py
2
main.py
|
@ -217,7 +217,7 @@ async def gif_describe(who, room_id):
|
||||||
f"--input '{input_path}'",
|
f"--input '{input_path}'",
|
||||||
f"--words '{who} is\\n[Random] [x5]'",
|
f"--words '{who} is\\n[Random] [x5]'",
|
||||||
"--filter anyhue2 --opacity 0.8 --fontsize 66 --delay 700",
|
"--filter anyhue2 --opacity 0.8 --fontsize 66 --delay 700",
|
||||||
"--padding 50 --fontcolor light2 --bgcolor black --font comic",
|
"--padding 50 --fontcolor light2 --bgcolor black",
|
||||||
]
|
]
|
||||||
|
|
||||||
await run_gifmaker(command, room_id)
|
await run_gifmaker(command, room_id)
|
||||||
|
|
Loading…
Reference in New Issue