A stackexchange bot for Discord API using stackexchange and discord.js
The environment variables are loaded for authenticating, using the DotEnv package.
Copy the .env.example
to .env
and enter your credentials.
$ npm install
$ npm start
Todo:
- Refactor.
- Write tests.