Startup
We will go through how to start up your bot or script.
If you run into the
MODULE_NOT_FOUNDorNo such file or directoryerror, then you either don't have the files uploaded or the correct file name, set in the "Startup" tab.


To fix the error, you want to head to the "Startup" tab and change
The file that starts the appto your startup file such as index.js, app.js, main.js, script.js or file.js or whatever it is. For python, do the same, main.py, index.py, app.py, script.py, etc. If it's in a folder, simply dofoldername/FILENAMEand you are simply done!

Last updated
Was this helpful?
