Answers for "install bot on discord"

1

install discord bot on server

sudo apt install npm
sudo apt install npm pm@latest
git clone <url>
#or upload it via ftp or smb
#cd into folder where the projekt is strored
sudo npm i -g pm2
sudo pm2 start <your main file>
sudo pm2 monit
#check if botis running
Posted by: Guest on April-13-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language