Hello! This guide will try to simplify the complexity of making a discord bot, If you have any questions after reading this guide, please don't hesitate to ask me for.
Depending on the operating system you're running the installation will be slightly different.
Once you have this all installed, create a folder for your project and install discord.js:
- discordjs (Website /
npm install discord.j
)
In your command prompt, from inside the folder where index.js
is located, launch it with:
node index.js
- Discord.js Documentation.
- Erela.js Documentation.
- Cool Zone.
- Discord.js Official Server: The official server has a number of competent people to help you, and the development team is there too!