Update main.py

This commit is contained in:
Mike2.0
2023-11-05 19:30:10 +00:00
parent f7495d9cfb
commit 25d123fabb

View File

@@ -52,6 +52,10 @@ async def on_message(message):
ctx = await bot.get_context(message) ctx = await bot.get_context(message)
await ctx.reply("Por el culo te la endocho", mention_author=True, delete_after=5) await ctx.reply("Por el culo te la endocho", mention_author=True, delete_after=5)
elif message.content.lower().endswith(("trece", "13",)):
ctx = await bot.get_context(message)
await ctx.reply("Agárramela que me crece", mention_author=True, delete_after=5)
@bot.command(description=f"Añade una característica más de {os.environ['N1']} o {os.environ['N2']}!") @bot.command(description=f"Añade una característica más de {os.environ['N1']} o {os.environ['N2']}!")
async def add(ctx, attr: str, user: discord.Option(choices=[os.environ['N1'], os.environ['N2']])): async def add(ctx, attr: str, user: discord.Option(choices=[os.environ['N1'], os.environ['N2']])):
msg = 0 msg = 0