Downtime-Discord-Bot
A Discord bot for the Downtime community. If you don't know what this is, it is likely not intended for you.
How to contribute
- Fork this repository, and install node_modules with
npm install
- Add your keys to a file called
keys.yml
in the main directory, based off of the pattern followed bykeys.example.yml
- Create a new js file in the
/modules
folder - Add your module to
/modules/index.js
add your message hooks - Push up to your own fork, make a pull request, then bug me.