v1.1 2026-05-26
Added
- Multi-region World of Warcraft — the bot supports realms in US, EU, Korea (KR), and Taiwan (TW), not only US. You pick a region when subscribing or checking status so the same realm name in different regions is handled correctly.
-
/regions— list which regions are available for a game (for WoW:us,eu,kr,tw).
Changed
-
/subscribe— adds a requiredregionoption. Autocomplete order is game → region → server (type to search at each step). New subscriptions are labeledgame-region-server(e.g.wow-eu-kazzak). -
/unsubscribe— subscription picker and confirmation text use the region-aware label; autocomplete shows game, region, and server when the subscription includes a region. -
/subscriptions— guild list shows region-aware labels (e.g.wow-us-illidan,wow-eu-kazzak) so you can tell US and EU (and other) realms apart in the same channel. -
/statusand/servers— requireregionlike/subscribe; use them to look up or list servers in a specific region.
v1.0.3 2026-05-15
Changed
-
/subscribeand/unsubscribe— only members with Manage Channels or Administrator can add or remove subscriptions (ephemeral message if denied).
v1.0.2 2026-05-15
Added
-
/servers— lists servers configured for a game (game autocomplete). Long lists link to the supported games page; forwow, also shows popular US realm names. -
/status— shows the current UP/DOWN status for a game + server (same autocomplete as/subscribe).
Changed
-
/status— rate-limited per user and per guild (in-process); repeated checks within a short window get an ephemeral “slow down” message instead of hitting the database every time.
v1.0.1 2026-05-13
Added
-
/games— lists supported games from the configured server mapping (same source as/subscribeautocomplete).
v1.0.0 2026-05-07
Added
-
Discord subscription workflow:
/subscribewith game/server autocomplete and optional role mention/unsubscribevia subscription picker (same entries as/subscriptions)/subscriptionslists subscriptions grouped by channel/helpfor usage, tips, and documentation link
-
Human-friendly output:
- Unsubscribe replies formatted as “Unsubscribed … from game-server … in #channel”
- Autocomplete options display game/server/role/channel in a readable form
-
Duplicate subscription protection:
- Prevents duplicate channel+server+role subscriptions with an “Already subscribed” response
Changed
-
Discord commands:
-
/gamesand/serversare no longer exposed; discovery happens via/subscribeautocomplete and/subscriptions
-