Discord.js против Discord.py

//To install discord for javascript, use the below in Command Prompt (WINDOWS) or Terminal (MAC).
npm install discord.js
//After this, you can simply:
const Discord = require('discord.js');
//In your javascript projects.
//Please let me know if there is something incorrect here - I don't primarily use JS.
Nervous Nightingale