How to setup Corebot on a Windows operating system
Make sure you have completed our pre-installation guide https://docs.corebot.dev/Setup/Pre-Installation
- Unzip Corebot into a folder of your choice.
- Open an administrative powershell console. Be sure to use the cd < file path > command to change the console's path to your bot's directory.
- Make sure you have Python and Windows Builds Tools/Visual Studio Desktop Development C++ installed. If you do not have it installed, run the following command in an Administrative PowerShell:
npm install --global --production --vs2015 --add-python-to-path windows-build-tools
- Then, run this command:
node .
- Check that the bot is online on your discord server. If it's not, make sure you put the correct bot token and license key. If you have, create a ticket on our support.
Remember, if you have any issues, please join our support server and create a ticket!