📜  discord.js 与 discord.py - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:46.099000             🧑  作者: Mango

代码示例1
//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.