1.8 KiB
1.8 KiB
1800queue
Prerequirements
Download and install Node.js
Automatic Installation
- Download and extract this repository
- Open the
scriptsfolder - Open the folder that corresponds with your operating system
- Run the
installfile
Manual Installation
- Download and extract this repository
- Open the directory that contains
package.jsonin your command prompt or terminal - Run the command
npm install - Create a file called
tokenin the same directory and enter your bot client's token
Starting
- Open the
scriptsfolder - Open the folder that corresponds with your operating system
- Run the
startfile
Other Start Scripts
Mac/Linux Screen
Screen allows the bot to run in the background without a terminal present
Installing
-
Mac
- Install
Homebrew - Open the terminal and run the command
brew install screen
- Install
-
Linux
- Use your distribution's package manager to find
screen
- Use your distribution's package manager to find
Mac/Linux Tmux
Tmux allows the bot to run in the background without a terminal present
Installing
-
Mac
- Install
Homebrew - Open the terminal and run the command
brew install tmux
- Install
-
Linux
- Use your distribution's package manager to find
tmux
- Use your distribution's package manager to find