TypeError: Cannot read property 'name' of undefined
at new Dashboard (C:\Users\ocean\Documents\test-dashboard\node_modules\discord-easy-dashboard\index.js:19:18)
at Object. (C:\Users\ocean\Documents\test-dashboard\index.js:6:19)
at Module._compile (node:internal/modules/cjs/loader:1095:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1124:10)
at Module.load (node:internal/modules/cjs/loader:975:32)
at Function.Module._load (node:internal/modules/cjs/loader:816:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:79:12)
at node:internal/main/run_main_module:17:47
So im trying to use your package here is the code
and here is the error
C:\Users\ocean\Documents\test-dashboard\node_modules\discord-easy-dashboard\index.js:19 name: options.name || client.user.username || null, ^
TypeError: Cannot read property 'name' of undefined at new Dashboard (C:\Users\ocean\Documents\test-dashboard\node_modules\discord-easy-dashboard\index.js:19:18) at Object. (C:\Users\ocean\Documents\test-dashboard\index.js:6:19)
at Module._compile (node:internal/modules/cjs/loader:1095:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1124:10)
at Module.load (node:internal/modules/cjs/loader:975:32)
at Function.Module._load (node:internal/modules/cjs/loader:816:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:79:12)
at node:internal/main/run_main_module:17:47