diff --git a/main.py b/main.py index f96607c..ad610c8 100644 --- a/main.py +++ b/main.py @@ -44,6 +44,10 @@ async def on_message(message): ctx = await bot.get_context(message) await ctx.reply("Me la agarras con la mano", mention_author=True, delete_after=5) + if message.content.lower().endswith("cinco" or "5" or "25" or "veinticinco"): + ctx = await bot.get_context(message) + await ctx.reply("Por el culo te la hinco", 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']}!") async def add(ctx, attr: str, user: discord.Option(choices=[os.environ['N1'], os.environ['N2']])): msg = 0