Skip to content

Info & Lookups

!info looks up pokemon, items, and current game state. No tracking required — these are read-only queries you can run any time to plan your tracking rules.

Pokemon Details

!info pikachu                       # By name
!info 25                            # ...or by dex ID
!info charizard
/info pikachu
/info 25

Returns types, base stats, generation, evolution chain, available forms, weather boost, and the 100% IV CP at level 40.

Moves

!info moves                         # List every move + ID
/info moves

Useful for finding the right move: token when tracking — e.g. !raid mewtwo move:psystrike.

Items

!info items                         # List every item the bot recognises
/info items

The list it prints is the exact token to use in !quest <item> (replacing spaces with underscores: golden_razz_berry, silver_pinap_berry).

Current Weather

!info weather                       # Current in-game weather + which types get boosted
/info weather

Reads the latest weather cells from your scanner, and lists which pokemon types are currently weather-boosted.

Available Templates

!info templates                     # DTS template numbers loaded on this server
/info templates

The list tells you which template:N values your tracking rules can use — e.g. if !info templates shows 1, 2, dark, then !track pikachu template:dark is valid.

Rarity Tiers

!info rarity                        # Per-tier breakdown: common → ultra-rare
/info rarity

Lists which species are in each rarity tier. Pair with rarity: filters — e.g. !track everything rarity:4-5 to track everything Very Rare or Ultra Rare.

Shiny Rates

!info shiny                         # Observed shiny rates per species
/info shiny

Sample-based and server-specific — the rates reflect what your server's scanner has observed, not in-game baseline rates.

  • Pokemon Tracking!track uses everything !info returns.
  • Quests!info items is the canonical list for !quest <item> tokens.
  • !tracked — see your active tracking rules.