Windows Installation
Instructions:
Unzip the bot into a folder of your choice.
Configure the config.yml file to your liking.
Open a command prompt. Be sure to use the cd < file path > command to change the console's path to your bot's directory.
Install all node modules, you can do this by running this command
npm install
And then you can run the
node index
command to start the bot.Check that the bot is online in your discord server. If it's not, make sure you put the correct bot token and license key. If you have, create a ticket in our discord server.
Last updated