diff --git a/main.py b/main.py index 8ce96fe..f96607c 100644 --- a/main.py +++ b/main.py @@ -42,7 +42,7 @@ async def on_message(message): if message.content.lower().endswith("murciano"): ctx = await bot.get_context(message) - await ctx.reply("Me la agarras con la mano", mention_author=True) + await ctx.reply("Me la agarras con la mano", 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']])):