djs-selfbot-v13 3.7.7 → 3.7.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "djs-selfbot-v13",
3
- "version": "3.7.7",
3
+ "version": "3.7.8",
4
4
  "description": "An unofficial discord.js fork for creating selfbots",
5
5
  "main": "./src/index.js",
6
6
  "types": "./typings/index.d.ts",
@@ -392,7 +392,9 @@ class Activity {
392
392
  this.type === activity.type &&
393
393
  this.url === activity.url &&
394
394
  this.state === activity.state &&
395
+ this.state_url === activity.state_url &&
395
396
  this.details === activity.details &&
397
+ this.details_url == activity.details_url &&
396
398
  this.emoji?.id === activity.emoji?.id &&
397
399
  this.emoji?.name === activity.emoji?.name)
398
400
  );