Advertisement
Noctaliuz

Untitled

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