Jirachi is my newest Discord bot, intended to replace the now defunct (and closed-source) Pokécord bot run by another developer. This bot allows Discord users to collect and trade Pokémon, and trades between users who do not share any Discord servers are also possible using a "Global Trade System" in much the same way as in the original Pokémon games.

This is my first large-scale project using the Rust programming language. It uses PokéAPI and its Rust implementation pokerust (with modifications) as a backend, though some data is also coded from scratch specifically for Jirachi's purposes.

Jirachi source on GitLab