This commit is contained in:
Auric Vente 2024-07-04 07:26:43 -06:00
parent 3a8bfb3863
commit 4cb1456173
1 changed files with 1 additions and 1 deletions

View File

@ -566,7 +566,7 @@ async def gif_numbers(arg, room_id):
num = random_int(0, 999)
command = gifmaker_command([
"--input", get_path("numbers.pnf"),
"--input", get_path("numbers.png"),
"--top", 20,
"--words", num,
"--fontcolor", "0,0,0",