JDA icon indicating copy to clipboard operation
JDA copied to clipboard

Application hosted Emoji support

Open yoyosource opened this issue 1 year ago • 4 comments

Pull Request Etiquette

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.

yoyosource avatar Sep 04 '24 12:09 yoyosource

I tested this code in production for around 2 weeks now. It works fine for me.

yoyosource avatar Sep 16 '24 08:09 yoyosource

I actually dont know why the online (github.dev) editor creates such big diffs. I am trying to fix those.

yoyosource avatar Oct 07 '24 06:10 yoyosource

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.

MinnDevelopment avatar Oct 07 '24 06:10 MinnDevelopment

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.

yoyosource avatar Oct 07 '24 06:10 yoyosource