Dynamic Text Replacement
Use any of the following in your embeds file to structure how notifications will look for Raids and Eggs.
Raids & Eggs
| Place Holder | Description | Example |
|---|---|---|
| pkmn_id | Raid boss pokedex ID | 1 |
| pkmn_id_3 | Raid boss pokedex ID (always 3 digits) | 001 |
| pkmn_name | Raid boss pokemon name | Bulbasaur |
| pkmn_img_url | Raid boss pokemon image url | http://example.com/your-specified-pokemon-url |
| form | Pokemon form name | Alolan |
| form_id | Form ID | 65 |
| form_id_3 | Form ID (always 3 digits) | 065 |
| costume | Pokemon costume name | Holiday |
| costume_id | Costume ID | 10 |
| costume_id_3 | Costume ID (always 3 digits) | 010 |
| is_egg | Returns if raid is egg and not hatched | false |
| is_ex | Returns if raid is ex pass eligible | true |
| ex_emoji | Ex emoji icon | Ex |
| team | Team name that has gym control | Valor |
| team_emoji | Emoji of team that has gym control | <:valor:930824> |
| cp | Raid boss combat power value | 36150 |
| lvl | Raid boss level | 5 |
| gender | Pokemon gender | Gender icon |
| move_1 | Fast move name | Quick Attack |
| move_2 | Charge move name | Thunder |
| moveset | Fast & Charge move names | Quick Attack/Thunder |
| type_1 | Pokemon type | Dark |
| type_2 | Pokemon type | Water |
| types | Both Pokemon types (if 2nd exists) | Dark/Fire |
| types_emoji | Type Discord emoji | <:00000:types_fire> <00001:types_dark> |
| weaknesses | Raid boss weaknesses | Rock, Ground, Dark |
| weaknesses_emoji | Emoji(s) of raid boss weaknesses | Rock Ground Dark |
| perfect_cp | Perfect IV CP | 1831 |
| perfect_cp_boosted | Perfect IV CP if Weather boosted | 2351 |
| worst_cp | Worst IV CP | 1530 |
| worst_cp_boosted | Worst IV CP if Weather boosted | 1339 |
| start_time | Raid start time | 08:32:00 AM |
| start_time_24h | Raid start time (24-hour format) | 08:32:00 |
| start_time_left | Time left until raid starts | 43m, 33s |
| end_time | Raid end time | 09:15:10 AM |
| end_time_24h | Raid end time (24-hour format) | 09:15:10 |
| end_time_left | Time left until raid ends | 45m, 11s |
| time_left | Minutes and seconds of time left until despawn | 29m, 30s |
| sponsor_id | Some ID value I have no idea about | 33333 |
| partner_id | Some ID value I have no idea about | 44444 |
| power_up_level | Gym power level | 1 |
| power_up_points | Gym's total power level points | 100 |
| power_up_end_time | Gym's power up end time | 10:15:09 PM |
| power_up_end_time_24h | Gym's power up end time (24-hour format) | 13:28:30 |
| power_up_end_time_left | Gym's power up time left until expires | 14m, 10s |
| geofence | Geofence name raid boss is in | City1 |
| address | Google Maps or OSM Nominatim address from geocoordinates | 123 Fake St |
| lat | Latitude coordinate of Pokemon location | 5.980921321 |
| lng | Longitude coordinate of Pokemon location | 3.109283009 |
| lat_5 | Latitude coordinate shortend to 5th precision | 5.98092 |
| lng_5 | Longitude coordinate shortend to 5th precision | 3.10928 |
| tilemaps_url | Static tile map url | http://tiles.example.com/static/pokemon-1.png |
| gmaps_url | Google maps location url | https://maps.google.com/maps?q=5.980921321,3.109283009 |
| applemaps_url | Apple maps location url | https://maps.apple.com/maps?daddr=5.980921321,3.109283009 |
| wazemaps_url | Waze maps location url | https://www.waze.com/ul?ll=5.980921321,3.109283009&navigate=yes |
| gym_id | Gym ID | 9382498723849792348798234.16 |
| gym_name | Name of Gym | The Amazing Gym |
| gym_url | Image url of Gym | https://google.com/imgs/gym.png |
| guild_name | Name of Guild | Test Guild |
| guild_img_url | Icon image url of Guild | https://discordapp.com/image1.png |
| date_time | Current date and time | 12/12/2020 12:12:12 PM |
| br | Newline break | \r\n |