Discord bot to render mathematics from messages using LaTeX.
Currently, it picks up maths between single-dollar-sign delimiters or in \begin{}...\end{}
environments, and is not capable of displaying non-inline LaTeX blocks.
The rendering process pipes the message through PDFLaTeX using the standalone
document class, then gets a png
file with ImageMagick, which is uploaded to Discord.
The bot also supports updating edited messages.