Update Presence.js

This commit is contained in:
Eejit
2022-11-16 19:39:12 -05:00
committed by GitHub
parent 9feac62129
commit 63054174a3

View File

@@ -255,7 +255,8 @@ class Activity {
this.url === activity.url &&
this.state === activity.state &&
this.details === activity.details &&
this.emoji?.id === activity.emoji?.id)
this.emoji?.id === activity.emoji?.id &&
this.emoji?.name === activity.emoji?.name)
);
}