Austin Keener

Results 76 comments of Austin Keener

If you're still wanting to use the condensed format of `comma` while achieving support for empty arrays, an explicit format like the [proposal for arrayFormat: `bracket-separator`](https://github.com/sindresorhus/query-string/pull/276) might be able to...

This should not be the case anymore now that the Message Content intent restriction has been launched. The flags should also be sending data back correctly now.

I am seeing this as well. We have 8 accounts and 2 of them are not showing their aliases.

This is definitely the bare minimum of what we could provide to do this, but it feels.. not great. Like, regardless of the actual implementation of how discord is representing...

We should probably include creation/mutation of GuildWelcomeScreens in this PR instead of providing only read-only access. We can likely use a simple builder system like we do with EntityBuilder to...

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` itself.

I don't personally see a problem with `Guild.WelconeScreen.Channel`. The `Guild.X` classes represent constructs which are partials of a Guild's metadata. That metadata could be represented as `Guild#getWelcomeScreenChannels`, `Guild#getWelcomeScreenDescription`. We separate...

Also, https://github.com/DV8FromTheWorld/JDA/pull/2025/files#r917301036 still has not been addressed. I guess we could technically do that in a separate PR This PR hasn't had much attention put on it because it is...

I'm gonna need to read up more on how we'd use this, but this definitely should not be on the entity itself.

Superseded by https://github.com/DV8FromTheWorld/JDA/pull/2254