A discord bot user data and info.
To run the bot through your own PC / Laptop,
- Download Nodejs from here
- Download the zip from here and extract it.
- Open cmd in this downloaded folder by pressing shift + right click --> open command prompt here.
- In cmd, run
npm install discord.js
followed bynode bot.js
- If you get any error for missing modules, copy the name of the missing module from the error shown.
Run
npm install <missing module name>
and then runnode bot.js
again. - Open the discord server and test if the bot is live by typing
b/version
, the bot must respond with its version, else contact me!