freya02

Results 52 comments of freya02

You can use a preview of the feature by following [this tutorial](https://jda.wiki/using-jda/using-new-features/)

Could you please link the appropriate Discord API docs PR/commit that documents this change?

Using the `InheritedThreadLocal` only allows the event to be passed through seamlessly in quite specific conditions, while the suggested solution should always work, so maybe I should revert that change?

For reference, here is how https://github.com/discord-jda/JDA/pull/2558/commits/aa6788daae50067eed066933f56b0d49e2f60f87 is made: [Generate requirement annotations.patch](https://github.com/discord-jda/JDA/files/15082562/Generate.requirement.annotations.patch)

> There seems to be a caching issue If two different people use the same command in the same dm then all subsequent `event.getUser()` will return whoever used the command...

> I am not sure if this is an issue on my code or the library but updating attachments with `editOriginalAttachments` doesn't actually cause it to update unless you restart...

Can't repro with the code below, please share minimal reproduction code if you can ```java public void onSlashReplyEditAttachment(SlashCommandInteractionEvent event, Message.Attachment attachment, Message.Attachment attachment2) throws Exception { final byte[] bytes =...

> Maybe a UserJoinEvent(like GuildJoinEvent for userapps) and a JDA.getInstalledAppUsers()(like JDA.getGuilds() for userapps) Discord doesn't have a way to get who installed the application on their accounts As a reminder,...

This will be merged once the maintainers have time to review it, in the meantime you can install a preview by following the instructions in the PR description

`avatar_decoration_data` is also available on `Member`s, please add `Member#getAvatarDecoration` as well as `Member#getEffectiveAvatarDecoration`