Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. import discord
  2.  
  3. client = discord.Client()
  4.  
  5. @client.event
  6. async def on_message(message):
  7. if message.content.find("Alpha") != -1:
  8. await message.channel.send("Alpha Codes")
  9.  
  10.  
  11. client.run(توكن)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement