Windows Installation Guide
Follow these steps to install and run the bot on your Windows system:
Last updated
Was this helpful?
Follow these steps to install and run the bot on your Windows system:
Last updated
Was this helpful?
Download the bot's ZIP file from the official source.
Unzip the file into a folder of your choice.
Ensure the folder is in an accessible location, such as C:\Bots\YourBotName
.
Open the config.yml
file in a text editor (we recommend Visual Studio Code or Notepad++).
Configure the settings in config.yml
to suit your needs:
Add your license key (if applicable).
Customize other settings based on your requirements.
Save the file once all changes are made.
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:
Ensure you have Node.js LTS installed on your system.
In the Command Prompt, install the required Node.js dependencies by running:
This command will install all the necessary modules listed in the package.json
file.
Run the bot by typing the following command in the Command Prompt:
Check the Command Prompt for any startup messages or errors.
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.yml
.
Make sure the required intents are enabled.
Verify that your license key is correctly entered.
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.
If not, download and install the latest LTS version from .
If you’ve confirmed these are correct and the bot is still not working, create a ticket in our for further assistance.