mathbot
mathbot copied to clipboard
Discord bot for mathematics
This string is not rendered: ` the MathBot seems to be working now 🙂 Apparently, you can also type nonsense inline — for example, $$2 + 2 = 5$$ is...
I typed =tex x^2-x+1 = (x-\frac12-\frac{\sqrt{3}}{2}i)(x-\frac12+\frac{\sqrt{3}}{2}i) which is correct LaTeX code but the bot failed to render the math.  I changed the code by adding a couple of...
# Sample code ``` =texp \usetikzlibrary{calc} \begin{tikzpicture}[scale=0.3] \draw (1,-\textheight) -- (0,\textheight); \end{tikzpicture} ``` # Expected output  # Error 
TeXit has this feature. That would allow users to add whatever package/cmd they want, say PGF plots for automize axis setup, or a user-defined string for a specific color. A...
Hello, I wanted to make an issue about this since the latest stable version of discord.py `v1.7.3` and any previous version of `discord.py` are about to no longer work due...
Discord will be [deprecating message content access for verified bots](https://support-dev.discord.com/hc/en-us/articles/4404772028055) (this includes MathBot) in **April 2022**. I will be applying for the message content privilege, however this isn't guaranteed. This...
I got an internal error when I tried `=oeis \`. So I took a look at [oeis.py](https://github.com/DXsmiley/mathbot/blob/master/mathbot/modules/oeis.py) and found: ```py async with aiohttp.ClientSession() as session: params = { 'q': query,...
With a density of 220:  With a density of 770:  The image is larger, yes but that doesn't matter on discord as it is within limits. I did...
Mathbot doesn't seem to play so nicely with threads. Discords developer documentation states that bots should be updated to work with threads: > https://discord.com/developers/docs/topics/threads But as it stands, auto-replacements and...
If there is only 1 sequence, the bot will respond: ``` There was 1 relevant sequence: ... ``` Instead of: ``` There were 1 relevant sequences. Here is one: ......