This commit is contained in:
Auric Vente 2024-04-20 13:33:55 -06:00
parent 81ac773168
commit 8459996e91
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ async def make_meme(ws, arg, room_id):
temp_file.write(chunk) temp_file.write(chunk)
file_name = temp_file.name file_name = temp_file.name
words = arg if arg else "[Random] [x2]" words = arg if arg else "[Random] [Random]"
command = gifmaker_command([ command = gifmaker_command([
"--input", file_name, "--input", file_name,