Source object: [object Object]
Creating getRobotFunction
Loading wasmoon module...
wasmoon module loaded successfully
Setting JS functions as global Lua functions
Defining constructParts function
Defining userFunction
Closing Lua environment
getRobotFunction created
Checking robotFun
function
userbot.js:4 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'parts')
Current console logs for wasmoon errors.
Everything is fine until it attempts to define and load parts in the getRobotFunction.
Source object: [object Object]
Creating getRobotFunction
Loading wasmoon module...
wasmoon module loaded successfully
Setting JS functions as global Lua functions
Defining constructParts function
Defining userFunction
Closing Lua environment
getRobotFunction created
Checking robotFun
function
userbot.js:4 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'parts')
Current console logs for wasmoon errors.
Everything is fine until it attempts to define and load parts in the getRobotFunction.