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 922f018 commit ccd8355
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 @@ -15,7 +15,7 @@ def on_message():
try:
if message != last:
if message.startswith("!withdraw"):
client.send_message(chatid, "plz give me some money :)")
client.send_message(chatid, ".!rob " + get_author(chatid))
last = message
except:
pass
Expand Down

0 comments on commit ccd8355

Please sign in to comment.