Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2021
580
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. PS C:\Users\mccub\Desktop\New folder> node .
  2. C:\Users\mccub\Desktop\New folder\index.js:8
  3. client.user.Status('invisible')
  4. ^
  5.  
  6. TypeError: Cannot read property 'Status' of null
  7. at Object.<anonymous> (C:\Users\mccub\Desktop\New folder\index.js:8:13)
  8. at Module._compile (internal/modules/cjs/loader.js:1063:30)
  9. at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)
  10. at Module.load (internal/modules/cjs/loader.js:928:32)
  11. at Function.Module._load (internal/modules/cjs/loader.js:769:14)
  12. at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12)
  13. at internal/main/run_main_module.js:17:47
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement