Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

discord.js vs 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.
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
3+6 =