Update users.py

remotes/1693045480750635534/spooky-22
Aevann1 2021-09-01 12:47:11 +02:00 committed by GitHub
parent 8d07b5be0a
commit ff4b642100
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ def steal(v):
if int(time.time()) - v.created_utc < 604800:
return "You must have an account older than 1 week in order to attempt stealing."
if v.coins < 5000:
return "You must have more than 100 coins in order to attempt stealing."
return "You must have more than 5000 coins in order to attempt stealing."
u = get_account(253)
if random.randint(1, 10) < 5:
v.coins += 700