Skip to content

Commit

Permalink
Update gambling.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vocabexpresshaxer authored Aug 16, 2018
1 parent ca3c467 commit 7f10777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gambling.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def on_message():
try:
time.sleep(0.05)
if message != last:
if message.startswith("!withdraw"):
if "!with" in message:
client.send_message(chatid, ".!rob " + get_author(chatid))
last = message
except:
Expand Down

0 comments on commit 7f10777

Please sign in to comment.