This is a bot pokemon for discord.
Click here if you want to join in your official discord server
- Spawn pokemon (Currently, we have a cron job with webhook to spawn pokemon)
- Training your pokemon
- Trade pokemon with other trainers
- Some battle system
- Evolve pokemon
You need git
and yarn
installed to run locally.
yarn
To run locally, you need setup some environment variables or create a .env
file in root.
After set variables, run command
yarn dev
DISCORD_TOKEN
: Provided by discord [1]DISCORD_CLIENT_ID
: Provided by discord [1]DISCORD_CLIENT_SECRET
: Provided by discord [1]DB_MONGO_URL
: URL to connect to mongodb instanceCALLABLE_POKEMON
: A key to permit use/call
endpointFRONTEND_URL
: Optional, if you want some commands have linkDEVMODE
: Optional, for security development, set this variable with any value
[1] You can learn more about discord applications and what is this value in discord documentation
If you'd like to make your own changes, feel free to submit a pull request, and ensure your PR is made against the 'dev' branch.