#1
(This post was last modified: 30 June, 2020 - 03:11 PM by Xyphr.)
yes SadNigga SadNigga
anyway heres the code
also you need discord.py to run this
 
Code:
 
import discord
import random
import time
from discord.ext import commands
bot = discord.Client()


insults = ["shut your bitch ass up", "i dont care just shut up...", "loser", "shut up", "shut up aiready didnt asked u to type again loser", "suck my dick"]

@bot.event
async def on_message(message):
  if message.author.id != bot.user.id:
    await message.add_reaction("clown emote here since c.to makes it into a question mark")
    await message.channel.send(f"{message.author.mention}, {random.choice(insults)}")


bot.run("token", bot=False)

enjoy  :??: