djs-selfbot-v13 3.7.28 → 3.7.29

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.28",
3
+ "version": "3.7.29",
4
4
  "description": "An unofficial discord.js fork for creating selfbots",
5
5
  "main": "./src/index.js",
6
6
  "types": "./typings/index.d.ts",
@@ -266,7 +266,7 @@ class QuestManager extends BaseManager {
266
266
  'STREAM_ON_DESKTOP',
267
267
  'PLAY_ACTIVITY',
268
268
  'WATCH_VIDEO_ON_MOBILE'
269
- ].find(x => taskConfig.tasks?.[x] != null);
269
+ ].find(x => taskConfig?.tasks?.[x] != null);
270
270
 
271
271
  if (!taskName)
272
272
  return console.log(`Unknown task type for quest "${questName}"`);