This is a discord bot using discord.js and node.js
This bot uses these tools to run
- Node.js
- Discord.js
- fs.js
- Make a bot from the Discord Developer Page
- Node.js. It can be installed here
- An text editior or IDE
Once installed follow these steps
- Make a directory that you will hold your discord bot.
- run npm init
- run npm install discord.js --save
- Now you are ready to use your bot.
To run the bot, run the command node "file".js, where "file" is the main javascript file holding your code.
For reference a getting started guide can be found on the Discord.js websiite.