Add the bot to your discord server and then use ~help
.
nvm use
All dependencies can be installed via npm install
.
Local development requires a few environment variables to configure the bot. See environment.js for more details.
.env
BOT_TOKEN='...'
BOT_CLIENT_ID='...'
AWS_REGION='...'
DEBUG=true
npm start
Code will automatically be linted when you run git commit
and as a required
status check for all PRs. You can lint the codebase yourself with
npm run lint
and you can automatically fix your code with
npm run lint:fix
Please submit all contributions via pull requests where your branch matches the
pattern <username>/<branch-name>
.