From f97eb43a44be51d391df654c8a00c6888f3bc463 Mon Sep 17 00:00:00 2001 From: binlab Date: Thu, 11 Apr 2024 19:26:16 +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 1af5809..f998d19 100644 --- a/main.py +++ b/main.py @@ -69,7 +69,7 @@ async def msginfo(ctx, user: discord.Option(choices=[os.environ['N1'], os.enviro channel = bot.get_channel(1153429735527948399) msg = await channel.fetch_message(1153429808429158460) - await ctx.respond(len(msg)) + await ctx.respond(f"La lista de {user} tiene {len(msg)} de 2000 caracteres") except Exception as e: await send_log(f"rip. Error: ```{e}```")