You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, trying to use this library for a discord bot. I simply did npm install --save bible.js in the terminal, and everything went well. Once i tried to run node, I got an error, and I am not sure what it is for. Here it is
C:\Users\EfeE25\OneDrive\Extracurriclar activities\Complete Fun\Discord\all the boys\bot\node_modules\bible.js\lib\index.js:137 var submod = BibleJS.languages[options.language];
^
TypeError: Cannot read property 'en' of undefined
at new BibleJS (C:\Users\EfeE25\OneDrive\Extracurriclar activities\Complete Fun\Discord\all the boys\bot\node_modules\bible.js\lib\index.js:137:39)
at Object.<anonymous> (C:\Users\EfeE25\OneDrive\Extracurriclar activities\Complete Fun\Discord\all the boys\bot\index.js:3:17)
at Module._compile (internal/modules/cjs/loader.js:1063:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)
at Module.load (internal/modules/cjs/loader.js:928:32)
at Function.Module._load (internal/modules/cjs/loader.js:769:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12)
at internal/main/run_main_module.js:17:47```
The text was updated successfully, but these errors were encountered:
Hello, trying to use this library for a discord bot. I simply did
npm install --save bible.js
in the terminal, and everything went well. Once i tried to run node, I got an error, and I am not sure what it is for. Here it isThe text was updated successfully, but these errors were encountered: