Shell/Bash: install discord bot on server Example
Shell/Bash Example: This is the "install discord bot on server" Example. compiled from many sources on the internet by SimpleTutorials.org
install discord bot on server
sudo apt install npm sudo apt install npm [email protected] git clone#or upload it via ftp or smb #cd into folder where the projekt is strored sudo npm i -g pm2 sudo pm2 start sudo pm2 monit #check if botis running
how to make a discord bot
//discord.js is probably the easiest to learn. To install do this //in command prompt (Windows, Linux) or terminal (Mac) npm init //and then npm i discord.js //after that just read the discord.js.org documentation //and follow a couple yt guides, maybe join some servers.
how to make disord bot
follow this https://discordpy.readthedocs.io/en/latest/discord.html to make bot account use discord api of your laugaungue of choice discord.py https://discordpy.readthedocs.io/en/latest/index.html discord.js https://discord.js.org/#/
* Summary: This "install discord bot on server" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!