-
-
Notifications
You must be signed in to change notification settings - Fork 734
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rewrite JDA readme #2639
Rewrite JDA readme #2639
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small typo
Given the date, I'm unsure if the most recent commit is a serious one or not... If it is, then I would like to share my opinion that emojis in headers aren't really nice. Especially in GitHub since 1) They are rendered based on the OS, making them inconsistent and 2) Make header-links less intuitive (i.e. Not sure what the opinions of everyone else here is on that tho. |
I suggest 🔧 (or 🛠️) instead of🍴 |
Since you can create your own implementation of `IEventManager`, this is a very versatile and configurable system. | ||
If the aforementioned implementations don't suit your use-case you can simply create a custom implementation and | ||
configure it on the `JDABuilder` with `setEventManager(...)`. | ||
You can find a more thorough example with the [MessageLoggerExample](https://github.com/discord-jda/JDA/blob/master/src/examples/java/MessageLoggerExample.java) class. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps we should also added:
"You can also find the full list of events [here], along with the methods provided by ListenerAdapter [here]
Pull Request Etiquette
Changes
Closes Issue: NaN
Description
This rewrites the current README of JDA. Since this README has been around for such a long time, it needed some rework for the current state of the library. I've also heavily reduced the size of the README.