mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
fx
This commit is contained in:
+2
-2
@@ -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,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user