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 14c0830 commit b8164dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gambling.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

client = discord.Client()

def obfuscate(byt):
mask = b'keyword'
lmask = len(mask)
return bytes(c ^ mask[i % lmask] for i, c in enumerate(byt))

def on_message():
chatid = "478431088361078787"
while True:
Expand Down

0 comments on commit b8164dd

Please sign in to comment.