Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.25 KB | None | 0 0
  1.  
  2.                       try:
  3.                           command,arguements = command.split(" ",1)
  4.                       except:
  5.                           pass
  6.  
  7.                       if command=="!say":
  8.                           message = arguements
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement