Skip to content

Invasion & Incident Tracking

Track Team Rocket invasions and other pokestop incidents (Kecleon, Gold Pokéstops, Showcases).

Note

The command is named !incident (Discord) / /incident (Telegram) — "incident" is the in-game term. !invasion is still accepted as an alias for Team Rocket grunts specifically.

Filter syntax

Filters use key:value form — d:500, area:downtown, template:2. Legacy d500 is still accepted. See Pokemon Tracking — Filter Syntax.

Basic Usage

!incident <type> [options...]
/incident <type> [options...]

Track by Grunt Type

!incident dragon                    # Dragon-type grunts
!incident water                     # Water-type grunts
!incident fire                      # Fire-type grunts
!incident everything                # All invasion types
/incident dragon
/incident everything

Track Leaders

!incident giovanni
!incident cliff
!incident sierra
!incident arlo
/incident giovanni
/incident cliff sierra arlo

Track Events

Non-grunt incidents — Gold Pokéstops, Kecleon, Showcases — fire the incident template:

!incident kecleon                   # Kecleon appearances
!incident gold-stop                 # Gold Pokéstops
!incident showcase                  # Pokemon Showcases
/incident kecleon
/incident gold-stop
/incident showcase

Track by Gender

!incident dragon female             # Female dragon grunts
!incident water male                # Male water grunts
/incident dragon female

Track with Distance / Areas

!incident giovanni d:500            # Giovanni within 500m
!incident everything d:1000         # All invasions within 1km
!incident kecleon area:downtown     # Kecleon restricted to one area
/incident giovanni d:500
/incident kecleon area:downtown

All Invasion / Incident Options

Option Description Example
<grunt_type> Grunt type (dragon, water, fire, etc.) dragon
<leader_name> Leader name giovanni
<event> Event name (kecleon, gold-stop, showcase) kecleon
male Male grunts only male
female Female grunts only female
d:<n> Distance in metres d:500
location:<name> Distance from a named location (requires d:) location:Home
area:<name>[,<name>] Restrict to specific areas area:downtown
template:<n> Alert template template:2
clean Auto-delete expired alerts clean
everything All invasion types everything
remove Remove tracking remove

Legacy no-colon forms (d500) still work.

Removing Tracks

!incident remove dragon             # Stop tracking dragon grunts
!incident remove everything         # Remove all invasion tracking
/incident remove dragon
/incident remove everything