Mods
This commit is contained in:
parent
598e31232b
commit
cd246ef027
2
main.py
2
main.py
|
@ -188,7 +188,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 1 --fontsize 66 --delay 700",
|
"--filter anyhue2 --opacity 1 --fontsize 66 --delay 700",
|
||||||
"--padding 50 --fontcolor light2 --bgcolor dark2",
|
"--padding 50 --fontcolor light2 --bgcolor black",
|
||||||
]
|
]
|
||||||
|
|
||||||
await run_gifmaker(command, room_id)
|
await run_gifmaker(command, room_id)
|
||||||
|
|
Loading…
Reference in New Issue