This commit is contained in:
Auric Vente 2024-04-20 12:59:00 -06:00
parent 74c808ec62
commit 0254aa773b
1 changed files with 1 additions and 0 deletions

View File

@ -373,6 +373,7 @@ async def make_meme(ws, arg, room_id):
"--font", "nova", "--font", "nova",
"--frames", 3, "--frames", 3,
"--fillgen", "--fillgen",
"--word-color-mode", "random",
]) ])
await run_gifmaker(command, room_id) await run_gifmaker(command, room_id)