This commit is contained in:
Auric Vente 2024-04-20 12:57:17 -06:00
parent 78e0f0975a
commit 74c808ec62
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ async def make_meme(ws, arg, room_id):
command = gifmaker_command([
"--input", file_name,
"--words", arg,
"--filterne", "anyhue2",
"--filter", "anyhue2",
"--opacity", 0.8,
"--fontsize", 60,
"--delay", 700,