Advertisement
Guest User

Untitled

a guest
Nov 20th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. import discord
  2. from discord.ext import commands
  3. import random
  4. from PIL import Image
  5. client = commands.Bot(command_prefix = '$')
  6.  
  7. @client.event
  8. async def on_message(message):
  9. if message.content.find("i want to die") != -1:
  10. await message.channel.send(":poop: **DIARRHEA!** HAHAHA GET OWNED LIBTARD :poop:")
  11. client.run('NjQ2NjA4MTgxOTU4NTQxMzM4.XdT99A.0GcM1SgcNdd7CKOB3-ereQziWO0')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement