From 471d40bcce0635020d9581054804310411928826 Mon Sep 17 00:00:00 2001 From: binlaab <71317374+binlaab@users.noreply.github.com> Date: Sat, 28 Oct 2023 19:07:38 +0200 Subject: [PATCH] cambio 38562138562 --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 347e8cb..0e739bb 100644 --- a/main.py +++ b/main.py @@ -42,7 +42,7 @@ async def on_message(message): await message.channel.send(make_help()) -@bot.command(description="Añade una característica más de Arnau!") +@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 if user == os.environ['N1']: @@ -62,7 +62,7 @@ async def add(ctx, attr: str, user: discord.Option(choices=[os.environ['N1'], os await ctx.respond("Característica ya añadida!", ephemeral=True) -@bot.command(description="Borrar una característica de Arnau (sólo admins)") +@bot.command(description=f"Borrar una característica de {os.environ['N1']} o {os.environ['N2']} (sólo admins)") async def delete(ctx, attr: discord.Option(choices=[os.environ['N1'], os.environ['N2']])): channel = bot.get_channel(1153429735527948399) msg = await channel.fetch_message(1153429808429158460)