Guest User

Untitled

a guest
Jul 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. @client.event
  2. async def on_message(message3):
  3. if message3.author.id == '305043570950144001' and message3.content.lower().startswith('->>iabot'):
  4. p = 0
  5. while p < 20:
  6. conversando = str(input('Diga algo:'))
  7. await client.send_message(message3.channel, conversando)
  8. p = p + 1
  9. if conversando == 'flws':
  10. break
Add Comment
Please, Sign In to add comment