A demo Pokédex application for Discord, written during a live stream community developers event in the official Discord Developers server. The application is written in Java using JDA.
The event, and this application, were to show off the new Message Components that Discord launched for developers to build new and more feature-full Application experiences on the platform.
![]() |
![]() |
The code provided in this repo is licensed under MIT. Feel free to use as you wish.
On the other hand, the data, images, and IP related to Pokémon belong to GameFreak and The Pokémon Company. Their use in this project is based on Fair Use. The above MIT license does not provide any rights to that data.
The data present in the /pokemon-data folder is sourced from the following locations
Purukitto's Pokemon.json
- /pokemon-data/pokedex.json
- /pokemon-data/images/hires
- /pokemon-data/images/sprites
- /pokemon-data/images/thumbnails
- /pokemon-data/images/emojis
- Images sourced from /pokemon-data/images/thumbnails and processed via imagemagick. Script for processing and uploading to Discord available here.