This commit is contained in:
2025-08-20 22:07:10 +02:00
parent 75014d2ec9
commit 75e2205b3d
+2 -2
View File
@@ -141,7 +141,7 @@ class LatexModule(commands.Cog):
) )
await ctx.reply( await ctx.reply(
content if len(content) < 1900 else content[:1900] + "", content if len(content) < 1900 else content[:1900] + "",
files=parts, files=files_to_send,
mention_author=False, mention_author=False,
) )
@@ -229,7 +229,7 @@ class LatexModule(commands.Cog):
raise raise
await ctx.reply( await ctx.reply(
"**LaTeX clean** — " + ", ".join(parts), "**LaTeX clean** — " + ", ".join(parts),
files=tex_names, files=files_to_send,
mention_author=False, mention_author=False,
) )