Article Support

Discord Bot - NodeJS

How to setup your Discord bot

Jan 23, 2026 12:08 Discord Bot Hosting

Once you have uploaded your files, follow these steps to configure your bot settings:
Step 1: Access Startup Settings
- Open your Game Panel.
- Navigate to the Startup tab to find the variables shown in the configuration image below (media gallery).
Step 2: Core Application Settings
- MAIN FILE: Enter the name of the file that starts your bot (e.g., index.js or bot.js). This field supports both .js and .ts files.
- ADDITIONAL NODE PACKAGES: If you need specific libraries, list them here separated by spaces.
- UNINSTALL NODE PACKAGES: Use this field if you need to remove specific packages from your environment.
- ADDITIONAL ARGUMENTS: Enter any extra flags needed for nodejs or ts-node here.
Step 3: File Management
- USER UPLOADED FILES: * Set this toggle to ON if you manually uploaded your files. This tells the system to skip the automatic installation and use your files.
Step 4: Git Integration - optional
If you prefer to pull your code from a repository:
- GIT REPO ADDRESS: Enter your GitHub or GitLab repository link.
- INSTALL BRANCH: Specify which branch to install (e.g., main).
- AUTO UPDATE: Enable this to pull the latest code changes every time the bot starts.
- GIT USERNAME & ACCESS TOKEN: Fill these in if your repository is private.
Step 5: Launch
- Go back to the Console and click Start. Your bot will install the necessary packages and go online!

Media

Media Gallery