This is the source code for a Pokémon Showdown bot that has the capabilities of:
- logging rooms and viewing them with a command
- connecting to multiple servers
- tracking when a user was last seen across several servers
- delivering messages (tells) across servers
- various other features
This bot requires you to have node.js (v6.0.0 or later) installed.
First, read config/config-example.js and edit it to suit your needs. Once you finish that make sure to save it as config.js.
After you finish editing config.js, run npm install
to install the required modules.
Once that is done, run node app.js
to start the bot.
- jd (Development)
- panpawn (Development)