Rotom is a discord bot designed to replicate some of Pokemon Showdown's commands in discord. This allows it to function as a pokédex as well as a multi-purpose bot.
Rotom requires NodeJS 7.0+ however 8.0+ is recommended because it's best to be on the latest stable. In order to run your own local copy follow the steps below!
- Download this repository.
- Rename
config-example.json
toconfig.json
and change the values for your bot. - Download requirements using
npm install
You should be able to run node bot.js
and the bot will launch.
If you encounter any bugs or need help, create an issue on the issue tracker. Please include:
- A description of the bug
- Steps to reproduce this bug
- Expected versus actual behavior
- Screenshots and/or gifs, if necessary
- Zarel's Pokemon Showdown, Provides the databases the bot parses and heavily inspires the features.