This commit is contained in:
Elysia
2024-01-14 09:10:25 +07:00
parent 14b76367bc
commit 39a74b22dc
9 changed files with 380 additions and 1201 deletions

View File

@@ -91,7 +91,7 @@ class Presence extends Base {
if ('activities' in data) {
/**
* The activities of this presence
* @type {Activity[]}
* @type {(Activity|CustomStatus|SpotifyRPC|RichPresence)[]}
*/
this.activities = data.activities.map(activity => {
if (fromClient === true) {