Simplified Starter Template for DJs v14 bots
in config.json
, update the value of "token" to your bot's token. This step is very important and can't be skipped.
{
"token": "Paste your token here"
}
Use the latest node to install discord.js
npm i discord.js
node .
if this doesn't work then manually run the main file
node index.js