Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.1 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.1 KB

DISCORDJS v13 EPISODES BY FLAMEQUARD

If You Haven't Subscribe Us Please Its Our Request, Subscribe Us

DiscordJS v13 Require NodeJS v16 To Install It In Follow The Steps

1. To Install NodeJs v16 Copy This Given Code And Paste In Shell Of Replit.

npm init -y && npm i --save-dev node@16 && npm config set prefix=$(pwd)/node_modules/node && export PATH=$(pwd)/node_modules/node/bin:$PATH

If Facing Problem Join Discord Server For Help And Subscribe To Our Channel

2. Create the .replit file to execute node from the shell instead of the console, and insert this in that file.

run="npm start"

3. Make sure to add the start script in your package.json file

"scripts": {
  "start": "node ."
}

4. Install DiscordJS v13

npm i discord.js

You Are Ready To Use DiscordJS v13, And Now You Can Follow Our Episodes/Video On Our Youtube Channel