♨️Running the bot

Once you have prepared your bot, you can download and run it.

For now, we don't provide hosting, so you will have to do everything yourself.

Installing NodeJS and NPM

In this guide I will not explain how to install nodejs and npm, since there are a lot of tutorials out there.

But to keep it simple, go to https://nodejs.org and choose a version (use at least node 16 otherwise it will not run).

If you are on Windows, download the installer, follow the instructions and if everything goes well you will have installed nodejs and npm

Downloading the bot

Step 1

Go to the "Deploy" tab

Step 2

Start the building process

And then hit 'Save'

Step 3

Extract the file in a new folder.

After extracting you will find something like this

There is a README file that gives you instruction on how to install it.

Windows

On windows it's very simple: find the file 'run_windows' and double click on it.

Linux / MacOS

Since I don't own a macOS device, I don't know if the script will run on mac.

I am writing this based on the fact that macOS and linux are very similar in terms of commands.

  • Open the console

  • Type chmod u+x ./run_linux.sh and hit enter

  • Type ./run_linux and hit enter

Last updated

Was this helpful?