NodeJS Bot Setup
- Upload your bot files to the File Manager (exclude
node_modules). - Go to the Startup tab.
- Ensure the main file matches your code (e.g.,
index.jsorbot.js). - Your packages will automatically install based on
package.jsonwhen you start the server.