Compare commits

..

No commits in common. "9b260c19750065034aee8020747f76615885400d" and "58a4545a40940b9ebb1a8bae3f81189e80720f60" have entirely different histories.

4
bot.py
View File

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