Closed Th3Ph4nt0m closed 4 years ago
You are using the default member cache policy MemberCachePolicy.VOICE
so the activities cannot be tracked. In order to track activities for members, you have to cache the members.
You can use setMemberCachePolicy(MemberCachePolicy.ONLINE)
to only cache members who are currently online.
Worked, thanks for the quick help!
General Troubleshooting
Bug Report
Sometimes the current activity of a member is detected, sometimes don't.
Expected Behavior
The activity should be detected.
Code Example or Reproduction Steps
Code for JDABuilder or DefaultShardManagerBuilder Used
Exception or Error
N/A