610ca41195c379defcdf69d9fd8ed5f382728cb7
1800queue
Prerequirements
Download and install Node.js
Your bot's token
Your bot's token can be found in your Discord dev portal
- Create or choose your application
-
Go to the
Botsection-
click
Add Botif you haven't already
-
click
- Copy your token
Automatic Installation/Updating
- Download and extract this repository
- Open the
scriptsfolder - Open the folder that corresponds with your operating system
- Run the
installfile
Manual Installation/Updating
- 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
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
- 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
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
- Install
-
Linux
- Use your distribution's package manager to find
tmux
- Use your distribution's package manager to find
Description
Languages
TypeScript
92.7%
Shell
4.7%
Batchfile
2.6%