Results 16 comments of blord0

The server port is included after the name which does strange stuff as ntfs doesn't know how to handle ":" in file names. So it creates an alternate data stream...

> this is already possible by sending a message with a .ogg file using `await channel.send(file=file)` Doesn't look the same, so might be worth looking into This is just me...

Started work for this in https://github.com/Rapptz/discord.py/pull/10230

> Looks nice, but still needs to wait for discord to document this Any idea how often discord updates their documentation? Latest pull in discord's api docs for tags was...

Also the api does seem to be stable. From https://github.com/discord/discord-api-docs/pull/6836#issuecomment-2119306871 (19th May 2024) you can see that they still use the same fields of `tag`, `identity_guild_id`, `identity_enabled` and `badge`. Only...

> You'll need to wait for Discord to just merge the documentation of it, and although it looks stable doesn't mean it _will always be_, rn is not documented so...

Just double checked the docs and everything seems good to me https://discord.com/developers/docs/resources/user#user-object-user-primary-guild

> This is discussed here, and iirc, this was not planned at the moment, might be wrong though, worth checking: https://discord.com/channels/336642139381301249/1100398536920662117 Discord has added the message flag for "IS_VOICE_MESSAGE" in...

> Was the code in this PR AI generated or something? Frankly I'd refuse to believe otherwise, due to seeing 3 different conventions/styles as well as a mish-mash of logic...