
If you look around you should see two empty lines that say "Command" and "Directory" with folders next to them. When menulibre opens up your gonna want to click on the games tab or what ever tab you want then you're gonna have to click the plus sign in the top corner then click "New launcher" once you do that you should get a page that says "New launcher" after that rename the launcher to what ever you want. When its finished downloading and discord opens up close the discord tab and go back to your terminal and then copy and paste these commands: Now discord should open up and start downloading Now close the files app and open the terminal again and copy and paste these comands: Once its opened you should be able to see the "discord-0.0.15.tar.gz" file right click it it will show some options click on "Mount archive" once you do that look under the "Network" tab and you should see the file you just mounted click on it then you should see a file that says "Discord" right click it and then copy it then go back to "Home" then paste it there. Then open the app that says "terminal" in your linux apps and then paste these commands:Īfter its finished installing there should be an app in your linux apps called "files" click on it

Now go to your files and move the "discord-0.0.15.tar.gz" file to your linux files Next you'll need to open your terminal.Scroll down until you see the linux downloads. Navigate to a suitable place on your machine and create a new folder named discord-bot (or whatever you want). However, before you install anything, you should set up a new project folder. npm comes with every Node installation, so you don't have to worry about installing that. To use discord.js, you'll need to install it via npm (Node's package manager).

On Linux, you can consult this page open in new window to determine how you should install Node.

Download the latest version from the Node.js website open in new window, open the package installer, and follow the instructions.Download the latest version from the Node.js website open in new window, open the downloaded file, and follow the steps from the installer. On Windows, it's as simple as installing any other program. If it outputs v16.9.0 or higher, then you're good to go! Otherwise, continue reading. To check if you already have Node installed on your machine (e.g., if you're using a VPS), run node -v in your terminal.
