Update main.py
This commit is contained in:
2
main.py
2
main.py
@@ -69,7 +69,7 @@ async def msginfo(ctx, user: discord.Option(choices=[os.environ['N1'], os.enviro
|
|||||||
channel = bot.get_channel(1153429735527948399)
|
channel = bot.get_channel(1153429735527948399)
|
||||||
msg = await channel.fetch_message(1153429808429158460)
|
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:
|
except Exception as e:
|
||||||
await send_log(f"rip. Error: ```{e}```")
|
await send_log(f"rip. Error: ```{e}```")
|
||||||
|
|||||||
Reference in New Issue
Block a user