Update main.py

This commit is contained in:
binlab
2024-04-11 19:26:16 +00:00
parent 05883dcab2
commit f97eb43a44

View File

@@ -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}```")