Matthias's custom Discord bot.
To install locally (for whatever reason):
- Clone this repository.
- Make sure Node.js and npm are installed.
- Run
npm intall
in this directory to install Discord.js - Create a
passwords.json
file with{ "discord": "YOUR_TOKEN_HERE" }
- Run
node bot.js
to start.