

It is good if you want someone to show you how to do something. In discord, you can take a screenshot of a video your friend is watching and see it on your screen. This app has so many more features than can be listed here. It’s true! You can use it for gaming and social media.īut those are not the only two value propositions. So even if you want to chat with friends, discord can do that! Why would I want to download discord on my Chromebook?Ī simple question, but if you’re looking for an intelligent answer, we think that will give you a better answer than the one Google provided, which is “to replace Skype in Chrome OS”. Next you'll need to open your terminal.Discord was created for gamers, but you can use it for anything. 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.

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.
