Soheab

Results 78 comments of Soheab

> The code has been supplemented. Thank you. So it looks like you're trying to get the content of the regular message rather than the forwarded message(s). See my previous...

~~Pycord doesn't even support MyPy. It currently only supports Pyright on basic, as that's what discord.py started with.~~ Apparently it only supports MyPy, looking at in pyproject.toml...

I had to disable the blocker for this but it seems to be fixed now. But I'm also trying to look into whether there is a way not to play...

Hold this for https://discord.com/channels/881207955029110855/903819190274764800/1412166406430265464

I would like to add to the above that a `cache` kwarg can be misleading as such a kwarg is already used in the lib to determine whether to add...

> ``` > 2025-09-08 13:25:56 INFO discord.voice_state Starting voice handshake... (connection attempt 5) > 2025-09-08 13:25:57 INFO discord.voice_state Voice handshake complete. Endpoint found: c-sin12-ef767469.discord.media > 2025-09-08 13:25:57 ERROR discord.voice_state Failed...

> This endpoint being exposed is pretty dangerous because it's not the proper way to do it leading to potential misunderstanding where you loop through commands and call sync on...

[Template.create_guild](https://github.com/Rapptz/discord.py/blob/26855160f8a8f0dfade609cce6b1bc97f8b8fa14/discord/template.py#L167-L207) also needs such warning.

Holding to think about more: https://canary.discord.com/channels/881207955029110855/881735314987708456/1435784975772287017

Can't seem to manually call login + connect: ### Error ```py Traceback (most recent call last): File "C:\xxx\pr2645.py", line 19, in asyncio.run(main()) ~~~~~~~~~~~^^^^^^^^ File "C:xxx\uv\python\cpython-3.14.0-windows-x86_64-none\Lib\asyncio\runners.py", line 204, in run return...