This is a small discord bot, written as a fun project by the Amsterdam Ironhack webdev group July-September 2019
- Fork/Clone the repo
- Run
npm install
in the directory of the bot - Add a
.env
file with aTOKEN
parameter - Get the token from me ;)
- Run the bot with either
nodemon
for instant reload on code changes ornpm run start
We are using Discord.js as a framework. Documentation can be found on their GitHub and website.