This commit is contained in:
Auric Vente 2024-02-22 15:58:32 -06:00
parent 598e31232b
commit cd246ef027
1 changed files with 1 additions and 1 deletions

View File

@ -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)