mathbot icon indicating copy to clipboard operation
mathbot copied to clipboard

Discord bot for mathematics

Results 39 mathbot issues
Sort by recently updated
recently updated
newest added

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. ![correct code](https://user-images.githubusercontent.com/5748535/174503889-b18b47df-029c-4679-8821-504d4446ab96.png) 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 ![VS code](https://user-images.githubusercontent.com/5748535/172584820-13de0e2a-f04b-4d63-899d-e8a7e12b14bc.png) # Error ![image](https://user-images.githubusercontent.com/5748535/172584972-6b77c3b5-3f70-4469-88cd-d135efb43d39.png)

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...

help wanted

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: ![mathbot_curr](https://user-images.githubusercontent.com/90276965/155579527-7fde4662-2242-494e-8349-08f3dd65e1f3.png) With a density of 770: ![mathbot_improv](https://user-images.githubusercontent.com/90276965/155579572-e896bd0e-7c90-41d2-bb3c-794813a908e9.png) 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: ......