this repo is for the discord.js starter it may help you if you are new in discord.js / and it's just read only repository
1: download node.js in your pc
2: run this in your cmd npm init
then npm install
and if you want to install a package type npm i <package name>
or npm uninstall <package name>
to uninstall it
if (command === 'ping'){
massage.channel.send('pong');
} else if{
//code ...
}
quick note: copy and paste will not work you most change some things