# 1800queue alt
This version does not run continuously, and requires each tourney to be started with a command
## Prerequirements
Download and install [Node.js](https://nodejs.org/en/)
Your bot's token
Your bot's token can be found in your Discord dev portal
-
Create or choose your application
-
Go to the
Bot section
-
click
Add Bot if you haven't already
-
Copy your token
## Automatic Installation/Updating
1. Download and extract this repository
2. Open the `scripts` folder
3. Open the folder that corresponds with your operating system
4. Run the `install` file
## Manual Installation/Updating
1. Download and extract this repository
2. Open the directory that contains `package.json` in your command prompt or terminal
3. Run the command `npm install`
4. Create a file called `token` in the same directory and enter your bot client's token
## Starting
1. Open the `scripts` folder
2. Open the folder that corresponds with your operating system
3. Run the `start` file
## Other Start Scripts
Mac/Linux Screen
Screen allows the bot to run in the background without a terminal present
Tutorial for usage, check if it's installed already before installing
Installing
-
Mac
- Install
Homebrew
- Open the terminal and run the command
brew install screen
-
Linux
- Use your distribution's package manager to find
screen
Mac/Linux Tmux
Tmux allows the bot to run in the background without a terminal present
Tutorial for usage, check if it's installed already before installing
Installing
-
Mac
- Install
Homebrew
- Open the terminal and run the command
brew install tmux
-
Linux
- Use your distribution's package manager to find
tmux