From 7e4cef40ebc6bdf04319117a73fa91c919ec171d Mon Sep 17 00:00:00 2001 From: binlab Date: Sun, 5 Nov 2023 17:20:22 +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 cb12481..8ce96fe 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", ephemeral=True, mention_author=True) + await ctx.reply("Me la agarras con la mano", mention_author=True) @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']])):