Files
1800queue/README.md
2022-01-31 12:52:33 -06:00

2.3 KiB

1800queue

Prerequirements

Download and install Node.js

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
  5. Create a file called token in the same directory as your package.json file and enter your bot client's token
    • the install script will be updatedd soon to include this step

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

    1. Install Homebrew
    2. 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

    1. Install Homebrew
    2. Open the terminal and run the command brew install tmux
  • Linux

    • Use your distribution's package manager to find tmux