This commit is contained in:
Auric Vente 2024-02-21 06:29:55 -06:00
parent 6f9060ffad
commit eea6573193
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ async def gif_wins(who, room_id):
gm_common, gm_common,
f"--input '{input_path}'", f"--input '{input_path}'",
f"--words '{who} wins a ; [repeat] ; [RANDOM] ; [repeat]' --bgcolor 0,0,0", f"--words '{who} wins a ; [repeat] ; [RANDOM] ; [repeat]' --bgcolor 0,0,0",
"--bottom 0 --filter anyhue2 --framelist 11,11,33,33", "--bottom 0 --filter anyhue2 --framelist 11,11,33,33 --fontsize=42",
] ]
await run_gifmaker(command, room_id) await run_gifmaker(command, room_id)