Startup
We will go through how to start up your bot or script.
If you run into the
MODULE_NOT_FOUND
orNo such file or directory
error, 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 app
to 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/FILENAME
and you are simply done!
Last updated