From 9f5a210a011fa54771b53eda39e1448c54486819 Mon Sep 17 00:00:00 2001 From: binlab Date: Sun, 12 Nov 2023 00:48:02 +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 376cb2e..5d3725d 100644 --- a/main.py +++ b/main.py @@ -53,7 +53,7 @@ async def on_message(message): await send_log(f"rip. Error: ```{e}```") -@bot.slash_command(description=f"Añade una característica más de {os.environ['N1']} o {os.environ['N2']}!") +@bot.slash_command(name="add", 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']])): try: msg = 0