Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.32 KB | None | 0 0
  1. import discord
  2. from discord.ext import commands
  3.  
  4. yourtoken = '123'
  5.  
  6. client = commands.Bot(command_prefix='!')
  7.  
  8.  
  9. @client.event
  10. async def on_ready():
  11.     print('anti-black is ready!')
  12.  
  13. @client.command()
  14. async def kkk(ctx):
  15.     await ctx.send("yeet and flex on my applewatch ni...")
  16.  
  17. bot.run('your token.png')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement