Advertisement
Noctaliuz

Untitled

Jun 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.25 KB | None | 0 0
  1.             def aids(user):
  2.                 random.seed(user + datetime.now().hour)
  3.                 sendmessage(s, user + " has " + random.randrange(0, 100) + "% aids!")
  4.  
  5.         if message.startswith("!aids"):
  6.             aids
  7.  
  8.             break
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement