diff --git a/main.py b/main.py index 943713f..942ae0b 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(f"La lista de {user} tiene {len(msg)} de 2000 caracteres") + await ctx.respond(f"La lista de {user} tiene {len(msg.content)} de 2000 caracteres") except Exception as e: await send_log(f"rip. Error: ```{e}```")