Advertisement
fmartns

Discord BOT Code

Aug 6th, 2019
751
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.16 KB | None | 0 0
  1. @client.event
  2. async def on_message(message):
  3.     if message.content.startswith('!comando'):
  4.         channel = message.channel
  5.         await channel.send('Mensagem')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement