is there to make discord clientrichpresence to display my HP
Kotlin/Java
3
Posts
2
Posters
401
Views
1
Watching
-
@wxdbie
onDamage() {
RCP.getInstance().description = mc.thePlayer.getHealth();
} -
@wxdbie
onDamage() {
RCP.getInstance().description = mc.thePlayer.getHealth();
}@plumer-man ty