remove whitespace

This commit is contained in:
thxo 2021-04-09 14:12:27 -07:00
parent 6407bd8bc3
commit 464bde9663
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class TexCog(commands.Cog):
@commands.command(name="tex", aliases=["latex"], category=cmn.Cats.UTILS)
async def tex(self, ctx: commands.Context, *, expr: str):
"""Renders a LaTeX expression.
In document mode by default. To render math, add `$` around math expressions.
"""
payload = {