trying to load slash commands

deployCommandsF()
^

TypeError: deployCommandsF is not a function
    at Object.<anonymous> (C:\Users\clou1\OneDrive\Desktop\atom bot\index.js:8:1)
    at Module._compile (node:internal/modules/cjs/loader:1378:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1437:10)
    at Module.load (node:internal/modules/cjs/loader:1212:32)
    at Module._load (node:internal/modules/cjs/loader:1028:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:142:12)
    at node:internal/main/run_main_module:28:49

Node.js v21.6.2
PS C:\Users\clou1\OneDrive\Desktop\atom bot> node . 
C:\Users\clou1\OneDrive\Desktop\atom bot\index.js:8
deployCommandsF()
^

TypeError: deployCommandsF is not a function
    at Object.<anonymous> (C:\Users\clou1\OneDrive\Desktop\atom bot\index.js:8:1)
    at Module._compile (node:internal/modules/cjs/loader:1378:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1437:10)
    at Module.load (node:internal/modules/cjs/loader:1212:32)
    at Module._load (node:internal/modules/cjs/loader:1028:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:142:12)
    at node:internal/main/run_main_module:28:49

Node.js v21.6.2
PS C:\Users\clou1\OneDrive\Desktop\atom bot>
Was this page helpful?