Uniplex Host
DiscordPanel
  • Welcome
  • ⭐How To Start
    • Registration
    • Panel Tour
  • 🤖Bot Hosting
    • Invite Your Bot
    • Files
    • Packages
    • Startup
    • SFTP
    • Creating .env
  • VPS Guides
    • Linux SSH
    • Setup Windows
  • 📕Policies
    • Service Level Agreement
    • Refund Policy
    • Terms of Service
    • Privacy Policy
Powered by GitBook
On this page

Was this helpful?

  1. Bot Hosting

Startup

We will go through how to start up your bot or script.

PreviousPackagesNextSFTP

Last updated 1 year ago

Was this helpful?

  1. If you run into the MODULE_NOT_FOUND or No such file or directory error, then you either don't have the files uploaded or the correct file name, set in the "Startup" tab.

  1. 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 do foldername/FILENAME and you are simply done!

🤖
Eror on Javascript
Error on Python
Startup File
Page cover image