he reccomends songs so cool rite??

This commit is contained in:
whatdidyouexpect 2025-07-21 23:26:48 +02:00
parent ee05963dbb
commit c708f0fd61

View file

@ -1,13 +1,12 @@
import discord
from discord import *
from discord.ext import commands
from dotenv import load_dotenv
import os
load_dotenv()
PREFIX="!"
intents: discord.Intents = discord.Intents.default()
intents.messages = True
intents.message_content = True
bot: commands.Bot = commands.Bot(command_prefix=PREFIX, intents=intents, allowed_mentions=discord.AllowedMentions(everyone=False, roles=False, users=False, replied_user=True))
bot: commands.Bot = commands.Bot(command_prefix="djmurderer.", intents=intents,replied_user=True)
@bot.event
async def on_message(message):
@ -28,10 +27,14 @@ async def on_message(message):
elif "possibly" or "maybe" in reply:
await message.channel.send("yes or no you bumbling moron")
return
if message.author.bot:
return
if "dj" in message.content:
await message.channel.send("are you a dj?")
msg = message.content.lower()
if ("song" in msg or "songs" in msg) and ("recommend" in msg or "recommended" in msg or "recommendations" in msg):
await message.channel.send("kill the dj by green day")
elif "inspiration" in message.content:
await message.channel.send("look at this we got bob ross here fucking loser")