An IRC bot created by the /r/pokemontrades team for our use.
- High Five
- .msg
- .checkball
- .checkfc
- Logging reported items from reddit
- Manipulating reddit toolbox usernotes
- Shortcuts
- Node 6+ (node installation instructions)
- NPM or Yarn (yarn installation instructions)
Note: we recommend yarn due to it's improved caching and more reliable dependency installs, however npm should work just fine for the majority of people.
yarn
ornpm install
mv config.default.js config.js
- edit config.js and update information
- If using database, add users into database
- With Yarn:
yarn start
- With NPM:
npm start