From faad13baba54c780cae8ff68c302e6d473ee69d6 Mon Sep 17 00:00:00 2001 From: binlab Date: Sun, 5 Nov 2023 17:22:18 +0000 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']])):