Skip to content

How to install

Lukas | AstroGD edited this page May 2, 2020 · 3 revisions

If you want to install the bot please follow these steps. If you have questions or issues feel free to reach out

1 | Install NodeJS and NPM

Go to https://nodejs.org/en/ and download and install NodeJS. Make sure you are using version 12 or above.

If you already have NodeJS installed check your version by typing node -v in a command prompt.

2 | Download and unpack this repository

Go to the releases page of this repository (https://github.com/AstroGD/ticketsystem/releases), click on the latest release and download the Source Code.

After you've downloaded the code extract the zip file. The folder containing package.json and main.js is called "base directory" in the rest of this guide

3 | Install dependencies

Open a command prompt and change the directory to the base directory. Once done type npm install and hit enter. This might take several minutes to install.

4 | Continue to "Setting up a discord developer Application"

Click here to continue

Clone this wiki locally