docs(dev_tools): update refractor-test card_id describe string
All checks were successful
Ruff Lint / lint (pull_request) Successful in 17s

Review follow-up: the @app_commands.describe string still referenced
"batting or pitching card ID" after the switch to the unified cards
endpoint. Update to clarify that card_id is now a card-instance ID.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Cal Corum 2026-04-11 12:19:46 -05:00
parent 1c47928356
commit c8424e6cb1

View File

@ -108,7 +108,9 @@ class DevToolsCog(commands.Cog):
@group_dev.command(
name="refractor-test", description="Run refractor integration test on a card"
)
@app_commands.describe(card_id="The batting or pitching card ID to test")
@app_commands.describe(
card_id="Card-instance ID (from the unified cards table; discoverable via /refractor status)"
)
async def refractor_test(self, interaction: discord.Interaction, card_id: int):
await interaction.response.defer()