djs-selfbot-v13 3.7.20 → 3.7.21

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.20",
3
+ "version": "3.7.21",
4
4
  "description": "An unofficial discord.js fork for creating selfbots",
5
5
  "main": "./src/index.js",
6
6
  "types": "./typings/index.d.ts",
@@ -465,7 +465,6 @@ class User extends Base {
465
465
  this.globalName === user.global_name &&
466
466
  this.avatar === user.avatar &&
467
467
  this.flags?.bitfield === user.public_flags &&
468
- ('bio' in data ? this.bio = data.bio : true)
469
468
  ('banner' in user ? this.banner === user.banner : true) &&
470
469
  ('accent_color' in user ? this.accentColor === user.accent_color : true) &&
471
470
  ('avatar_decoration_data' in user