This commit is contained in:
none 2023-11-27 20:13:30 +03:00
parent 2801b14b05
commit 5f1e1c88d7

4
bot.py
View File

@ -82,6 +82,6 @@ image = convert("example.png", [10,0])
from remove_back import *
draw( optimize(image, [255,255,255]) ) # Remove white background and draw
# Draw with premium-token, limit 450
# Draw with premium-token, limit 600 (default token)
# Token is fake, >ERROR<
draw( fill(758,0, 1123,198, [255,255,255]), limit=450, token="3744138bd462cd8180e4w3534rfdsw4rwert" )
draw( fill(758,0, 1123,198, [255,255,255]), limit=600, token="3744138bd462cd8180e4w3534rfdsw4rwert" )