From a9795d0d9bd8a02b82a3c41503bf7c99c2cf1900 Mon Sep 17 00:00:00 2001 From: binlab Date: Sat, 25 Oct 2025 02:32:54 +0200 Subject: [PATCH] oleoleole --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 7b63299..128f6f1 100644 --- a/main.py +++ b/main.py @@ -93,7 +93,7 @@ async def add(ctx, attr: str, user: discord.Option(choices=[os.environ['N1'], os if attr.lower() not in msg.content.lower(): await msg.edit(content=f'{msg.content}\n- {attr}') await ctx.respond(f"Característica añadida! ", ephemeral=True) - await send_log(f"Característica añadida: {attr} por {ctx.user}") + await send_log(f"Característica añadida: {attr} por {ctx.user} en {user}") else: await ctx.respond("Característica ya añadida!", ephemeral=True) @@ -123,7 +123,7 @@ async def delete(ctx, attr: str, user: discord.Option(choices=[os.environ['N1'], await msg.edit(content=f'{msg.content.replace(f"{NL}- {attr}", "")}') await ctx.respond("Característica eliminada :(", ephemeral=True) - await send_log(f"Característica eliminada: {attr} por {ctx.user}") + await send_log(f"Característica eliminada: {attr} por {ctx.user} en {user}") return else: