circle-exclamation
The Documentation page is currently a work in progress

Windows Guide

1

Step 1: Unzip the Status Bot

  • Download the status bot ZIP file from https://store.auth-solutions.de or https://builtbybit.com/creators/arseyt.430958.

  • Unzip the file into a folder of your choice.

    • Ensure the folder is in an accessible location, such as C:\Bots\YourBotName.

2

Step 2: Configure the Bot

  • Open the config.json file in a text editor (we recommend Visual Studio Code or Notepad++).

  • Configure the settings in config.json to suit your needs:

  • Save the file once all changes are made.

3

Step 3: Open Command Prompt

  • Open the Command Prompt by searching for "cmd" in the Start menu and clicking on it.

  • Navigate to your bot's directory using the cd command. For example:

Command Prompt
cd C:\Bots\YourBotName
4

Step 4: Install Node Modules

  • Ensure you have Node.js LTS installed on your system.

    • If not, download and install the latest LTS version from https://nodejs.org/.

  • In the Command Prompt, install the required Node.js dependencies by running:

Install dependencies
npm install
  • This command will install all the necessary modules listed in the package.json file.

5

Step 5: Start the Bot

  • Run the bot by typing the following command in the Command Prompt:

Start the bot
node .
  • Check the Command Prompt for any startup messages or errors.

6

Step 6: Verify the Bot

  • Open your Discord server and check if the bot is online.

    • If the bot isn’t online:

      • Double-check your bot token in the config.json.

      • Make sure the required intents are enabled.

      • Verify that your license key is correctly entered.

  • If you’ve confirmed these are correct and the bot is still not working, create a ticket in our https://dsc.auth-solutions.dearrow-up-right for further assistance.

By following this guide, your bot should be up and running in no time. For additional help, feel free to reach out to our support team on Discord.

Last updated

Was this helpful?