Sebastian
Sebastian
you can just revert all changes except that scheduled events PR change and rename this PR.
> From the [docs](https://discord.com/developers/docs/interactions/receiving-and-responding#create-followup-message): > > > `flags` can be set to `64` to mark the message as ephemeral, except when it is the first followup message to a deferred...
> I didn't say to make the response ephemeral. What I was referring to is that when you defer an interaction response, the `flags` field in the first followup message...
additionally, the date of build is missing after the comma.
> Something else that I forgot to mention is that `GuildWelcomeScreen` should be inside `Guild` as `Guild.WelcomeScreen`. This follows the pattern established by other constructs that make up the `Guild`...
> Hey any updates on this one? not right now, no. I won't have time for the next 2-3 weeks, so if someone wants to tackle this earlier, let me...
> Could we allow to use `setRequiredRange` for these as well? > > [`master`/src/main/java/net/dv8tion/jda/api/interactions/commands/build/OptionData.java#L559](https://github.com/DV8FromTheWorld/JDA/blob/master/src/main/java/net/dv8tion/jda/api/interactions/commands/build/OptionData.java?rgh-link-date=2022-07-02T10%3A06%3A36Z#L559) something like `OptionData#setRequiredLengthRange`?
> > something like OptionData#setRequiredLengthRange? > > no, just the same method with a conditional check for type. I feel like that could be a bit confusing. introducing a new...
> > > It's been a while since this PR was created. Might need to look at the implications of the `.enableCache` calls in `createLight` and `createDefault`. > > Otherwise,...
I'm fine with closing the PR and letting you/others decide how to do this properly