A simple NodeJS Discord Bot using DiscordJS
This is a simple Discord Bot using DiscordJS.
All you need is NodeJS and the discord.js node package installed.
You can get them here:
Before using the bot you will have to clone this repository and edit the config.js to your likings.
The required variables you have to fill in are:
What these variables have to be, is explained in the config.js.
After editing the config, you can start the bot by using node index.js while in the bot’s directory.
To test if the bot is working, try typing .help into the botchannel and see if the bot responds, if not check the
node commandline for errors.