update 2
This commit is contained in:
@@ -91,7 +91,7 @@ class Presence extends Base {
|
||||
if ('activities' in data) {
|
||||
/**
|
||||
* The activities of this presence
|
||||
* @type {(Activity|CustomStatus|SpotifyRPC|RichPresence)[]}
|
||||
* @type {Activity[]|CustomStatus[]|RichPresence[]|SpotifyRPC[]}
|
||||
*/
|
||||
this.activities = data.activities.map(activity => {
|
||||
if (fromClient === true) {
|
||||
|
||||
Reference in New Issue
Block a user