3a. Setup (Windows)
- 1.
- 3.
- 4.Ensure that you have Python and Windows Builds Tools/Visual Studio Desktop Development C++ are installed on your system by running the
windows-install.bat
file - or by running this command in PowerShell:
npm install --global --production --vs2015 --add-python-to-path windows-build-tools
- 1.Ensure all the packages are installed by running these commands in PowerShell:cd <file path to bot>npm install
- 2.Start your bot by running the
start.bat
file or running these commands in PowerShell:cd <file path to bot>node index.js - 3.To stop your bot press
CTRL
and thenC
.
Note: Some of the commands above may take a considerable amount of time to install, depending on the specs of your machine.
Once your bot has started. Run the
setup
command in your Discord server to let Zeltux create all the roles and channels it needs.Last modified 2yr ago