Windows Guide
Step 2: Configure the Bot
Open the
config.jsonfile in a text editor (we recommend Visual Studio Code or Notepad++).Configure the settings in
config.jsonto suit your needs:Add your license key.
Customize other settings based on your requirements.
Save the file once all changes are made.
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:
npm installThis command will install all the necessary modules listed in the
package.jsonfile.
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.de 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?
