Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.30 KB | None | 0 0
  1. <libs n'shit'>
  2.  
  3. yourtoken = '123'
  4.  
  5. client = commands.Bot(command_perfix = 'your_shit can be anything legit like ! or .')
  6.  
  7.  
  8. @client.event
  9. async def on_ready():
  10.     print('anti-black is ready!')
  11.  
  12. @client.command()
  13. async def ape():
  14.     await client.say('gorilla')
  15.  
  16.  
  17. client.run(yourtoken)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement