Rich Presence Game Icon #2415
Unanswered
C0an
asked this question in
Questions and Help
Replies: 1 comment
-
This is available via RichPresence#getLargeImage: RichPresence rp = member.getActivities().get(0).asRichPresence();
RichPresence.Image image = rp.getLargeImage();
System.out.println(image.getUrl()); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I noticed that Discord provides game icons that they know about (Overwatch 2, VALORANT, CS:GO) with Rich presence, is there a way to get these game icons with JDA or Discord API in general?
Beta Was this translation helpful? Give feedback.
All reactions