Commands
Commands
Section titled “Commands”Player Commands
Section titled “Player Commands”Main roots:
/wonder/wondertrade/wt
Main Commands
Section titled “Main Commands”| Syntax | What it does |
|---|---|
/wonder | Opens the Wonder main GUI for the main channel. |
/wonder queue party | Opens the party picker GUI for the main channel. |
/wonder queue pc | Opens the PC picker GUI for the main channel. |
/wonder queue party-slot <slot> | Queues a party slot directly. Slots are 0-based in code. |
/wonder queue pc-slot <slot> | Queues a PC slot directly. |
/wonder results | Opens the reveal flow for the first ready result. |
/wonder status | Opens Wonder status. |
/wonder history | Opens Wonder history. |
/wonder cancel | Cancels the queued Pokemon in the main channel. |
/wonder claimall | Claims all ready Wonder results. |
/wonder forceopen <player> [channel] | Opens Wonder for another player. Requires wonder.forceopen. |
/wonder reload | Reloads Wonder’s runtime-safe config set. Requires wonder.reload. |
Channel Aliases
Section titled “Channel Aliases”Each channel’s command value in channels.conf is registered as an open-only alias if it is not wonder, wondertrade, or wt.
Example:
/premiumwonderThat opens Wonder already scoped to the configured channel.
Admin Commands
Section titled “Admin Commands”All of these require wonder.admin.
| Syntax | What it does |
|---|---|
/wonder admin status | Prints total queue size, your current ready-result count, and pool sizes. |
/wonder admin inspect <player> | Prints queued, ready, and history information for an online player. |
/wonder admin force-match <channel> | Forces a Wonder match attempt in that channel. |
/wonder admin recover-queue <entryId> | Returns a queued Pokemon to the online owner. |
/wonder admin recover-result <resultId> | Returns an active or unclaimed historical result to the online owner. |
/wonder admin discord-webhooks reload | Reloads discord-webhooks.conf. |
/wonder admin discord-webhooks test endpoint <id> | Sends a test payload to one endpoint. |
/wonder admin discord-webhooks test rule <id> | Sends a rendered rule test to matched endpoints. |