jaja q tonto - elrichmc

This commit is contained in:
binlab
2023-11-12 00:49:19 +00:00
parent 9f5a210a01
commit 4c8d761cac

View File

@@ -76,7 +76,7 @@ async def add(ctx, attr: str, user: discord.Option(choices=[os.environ['N1'], os
await send_log(f"rip. Error: ```{e}```") await send_log(f"rip. Error: ```{e}```")
@bot.slash_command(description=f"Borrar una característica de {os.environ['N1']} o {os.environ['N2']} (sólo admins)") @bot.slash_command(name="delete", description=f"Borrar una característica de {os.environ['N1']} o {os.environ['N2']} (sólo admins)")
async def delete(ctx, attr: str, user: discord.Option(choices=[os.environ['N1'], os.environ['N2']])): async def delete(ctx, attr: str, user: discord.Option(choices=[os.environ['N1'], os.environ['N2']])):
try: try:
msg = 0 msg = 0