Mods
This commit is contained in:
parent
8459996e91
commit
ccecba00bb
6
main.py
6
main.py
|
@ -368,7 +368,11 @@ 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] [Random]"
|
|
||||||
|
words = arg if arg else ""
|
||||||
|
|
||||||
|
if words == "random":
|
||||||
|
words = "[Random] [Random]"
|
||||||
|
|
||||||
command = gifmaker_command([
|
command = gifmaker_command([
|
||||||
"--input", file_name,
|
"--input", file_name,
|
||||||
|
|
Loading…
Reference in New Issue