JDA
JDA copied to clipboard
Application hosted Emoji support
Pull Request Etiquette
- [x] I have checked the PRs for upcoming features/bug fixes.
- [x] I have read the contributing guidelines.
Changes
- [ ] Internal code
- [x] Library interface (affecting end-user code)
- [ ] Documentation
- [ ] Other: _____
Closes Issue: NaN
Description
Supersedes https://github.com/discord-jda/JDA/pull/2712 with a cleaned up commit list and implementation of freya022's change requests.
Implements this api-docs PR: https://github.com/discord/discord-api-docs/pull/7010.
I tested this code in production for around 2 weeks now. It works fine for me.
I actually dont know why the online (github.dev) editor creates such big diffs. I am trying to fix those.
I actually dont know why the online (github.dev) creates such big diffs. I am trying to fix those.
You are likely changing line endings, when you use git directly it will make sure to convert them to the correct line endings when committing files.
I actually dont know why the online (github.dev) creates such big diffs. I am trying to fix those.
You are likely changing line endings, when you use git directly it will make sure to convert them to the correct line endings when committing files.
It is fixed now. I never changed it intentionally.