Yashar
Yashar
I don't think Discord has actually documented the API for Events yet. Does JDA add not yet documented bot features?
I'm almost done writing the necessary interfaces/documentation for this, I'll try to see if I can create a draft PR in a bit if anyone would like to help with...
Yeah choosing a good design for modifying the welcome screen seems tricky. One possible design could be to have a welcome screen manager, with methods such as `SortedSet getWelcomeChannels()` to...