This commit is contained in:
Auric Vente 2024-04-20 13:47:38 -06:00
parent 8459996e91
commit ccecba00bb
1 changed files with 5 additions and 1 deletions

View File

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