A modern rewrite of PartBot for Pokémon Showdown.
Hiya! This is an ongoing effort to rewrite PartBot from the bottom-up, with better practices than the steaming pile of bamboo sticks that currently supports it.
This might take a while...
-
Clone the repository
git clone https://github.com/PartMan7/PartBot.git cd PartBot
-
Install dependencies
npm install
-
Setup environment variables
Modify the
.env
file (which is automatically copied from.env.example
). -
Start the bot
npm start
If you're interested in helping out with translations (either to correct existing translations or to add new ones), contributions are happily welcomed!
Currently, PartBot supports the following languages on Showdown:
Feel free to refer to the source code for the actual translations.
See Suggestions & Feedback for ideas, bugs, and requests.