Jonah Lawrence

Results 141 comments of Jonah Lawrence

It seems from the code that it works the way you expect it should. Do you have any logs or similar showing that there is a bug?

This issue has been brought up many times in the dpy server as well. It seems like sometimes Discord sends the Guild Delete event without the unavailable field? In which...

`len(EmptyEmbed)` now throws an error which is a breaking change for users, but likely not for many.

There's an faq that you may want to update if this is merged https://docs.nextcord.dev/en/latest/faq.html#how-do-i-use-a-local-image-file-for-an-embed-image

This is not a bug since it was explicitly stated in the version 10 changes See https://github.com/discord/discord-api-docs/discussions/4510 > Existing `attachments` must be specified when `PATCH`ing messages with new attachments. Any...

There are some reasons to specify attachments in the payload as it's the only way to add the file description / alt text. But overall, I agree it does have...

I don't disagree. I brought up a related issue with it [here](https://github.com/discord/discord-api-docs/discussions/4425#discussioncomment-2350487) in regards to editing an interaction response, as it doesn't even return the message when you create it,...

Yes, still happens. It occurs when you are on someone else's profile page (or in a private tab) and you hover over the large profile image. Tested this in Chrome...

@Gallaecio Added some tests for fractional units. Also added some support for numbers with commas instead of periods. Adding comma support was not as simple because of the way the...

@Gallaecio I see. So I should update `write_complete_data.py` and the `yaml` files then rerun `write_complete_data.py`?