Florian Spieß

Results 114 comments of Florian Spieß

Are these channels always channels created by your bot within the same runtime? As in: 1. Bot process starts 1. Bot creates channel in the same process 1. Event fails...

Would it be possible for you to test if the failing channels are in `jda.getChannelById` but not in `guild.getChannelById`?

Thank you for the additional information, I have a rough idea what the problem could be now. I'll look into reproducing and potentially fixing the issue some time next week.

This should be fixed in [5.2.3](https://github.com/discord-jda/JDA/releases/tag/v5.2.3), can you confirm?

From what I can tell, the `fieldMeta` still has a key for one of the fields inside the removed element: ![Image](https://github.com/user-attachments/assets/a70c9291-9958-4d90-b88b-22749efac7c3) On a subsequent render cycle, it's then re-added to...

For more context, this is only observed on gateway message create events. For GET requests the mention_roles list is present and even includes the IDs of the mentioned roles.

There already seems to be a different handling for safari, that likely needs to be done on chrome too now: https://github.com/silevis/reactgrid/blob/1cb04270a2d51e84238f4e6e0223d883ad6854d0/src/lib/Functions/handleCopy.ts#L18-L26

I didn't want to include them because they are fundamentally ephemeral data, and embeds are heavily cached. Which means the stats you see are almost always outdated, it's better to...

> I actually dont know why the online (github.dev) creates such big diffs. I am trying to fix those. You are likely changing line endings, when you use git directly...

Please report this bug to discord, JDA expects discord to send valid data here.