Mods
This commit is contained in:
parent
78e0f0975a
commit
74c808ec62
2
main.py
2
main.py
|
@ -362,7 +362,7 @@ async def make_meme(ws, arg, room_id):
|
||||||
command = gifmaker_command([
|
command = gifmaker_command([
|
||||||
"--input", file_name,
|
"--input", file_name,
|
||||||
"--words", arg,
|
"--words", arg,
|
||||||
"--filterne", "anyhue2",
|
"--filter", "anyhue2",
|
||||||
"--opacity", 0.8,
|
"--opacity", 0.8,
|
||||||
"--fontsize", 60,
|
"--fontsize", 60,
|
||||||
"--delay", 700,
|
"--delay", 700,
|
||||||
|
|
Loading…
Reference in New Issue