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.
yarnTo run locally, you need setup some environment variables or create a .env file in root.
After set variables, run command
yarn devDISCORD_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/callendpointFRONTEND_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.
