Fix
This commit is contained in:
parent
3a8bfb3863
commit
4cb1456173
2
main.py
2
main.py
|
@ -566,7 +566,7 @@ async def gif_numbers(arg, room_id):
|
||||||
num = random_int(0, 999)
|
num = random_int(0, 999)
|
||||||
|
|
||||||
command = gifmaker_command([
|
command = gifmaker_command([
|
||||||
"--input", get_path("numbers.pnf"),
|
"--input", get_path("numbers.png"),
|
||||||
"--top", 20,
|
"--top", 20,
|
||||||
"--words", num,
|
"--words", num,
|
||||||
"--fontcolor", "0,0,0",
|
"--fontcolor", "0,0,0",
|
||||||
|
|
Loading…
Reference in New Issue