-
https://discordpy.readthedocs.io/en/latest/ext/tasks/
-
https://discordpy.readthedocs.io/en/latest/ext/commands/index.html
-
https://github.com/Rapptz/discord.py/blob/master/docs/extensions/attributetable.py
https://discordpy.readthedocs.io/en/latest/api.html
Making the docs look like these can help navigate better!
-
See https://discordpy.readthedocs.io/en/latest/ext/commands/commands.html#error-handling
-
Currently on Python 3.12.4 on Windows 11.
Trying to install PyGithub but keep running into an issue when installing it using pip.
I first thought I needed to re-install MSVC but didn't make a …
-
- [ ] Remove unused config values
- [ ] Remove .sh script, you can just run `python -u discordpy.py` and on the VPS is in supervisor
-
For each feature/command, add an explanation.
See: https://discordpy.readthedocs.io/en/stable/ext/commands/api.html?highlight=help#help-commands
-
Newer versions of discord.py may encounter this error.
Due to: https://discordpy.readthedocs.io/en/latest/migrating.html
Replace line 61 `await client.send_message(message.channel, embed=embed)…
-
https://discordpy.readthedocs.io/en/latest/intents.html#privileged-intents
-
## Core issue:
I havent been able to reproduce this, but this morning one of our Bots using discordpy mentioned `@everyone` with a message sent using the statements:
```py
...
allowed_mentions =…