Skip to content

fix: correct override command suggestion in error message#23

Open
daimonbot wants to merge 1 commit intomainfrom
fix/override-command-suggestion
Open

fix: correct override command suggestion in error message#23
daimonbot wants to merge 1 commit intomainfrom
fix/override-command-suggestion

Conversation

@daimonbot
Copy link
Collaborator

Fixes the misleading command suggestion when the bot fails to extract time from a screenshot.

Changes:

  • Updated error message to show correct command syntax: /override @<username> <game> <mm:ss>
  • Previously suggested /override <game> <time> which was missing the required username parameter

Testing:

  • Code change is a string literal update (no functional logic modified)
  • Error message now matches the actual command signature defined in OverrideAbility

Closes #12

Update GameDurationExtractionException error message to show correct
command syntax: /override @<username> <game> <mm:ss>

Previously suggested /override <game> <time> which was missing the
required username parameter.

Closes #12
@daimonbot daimonbot requested a review from rubasace as a code owner February 12, 2026 03:36
@daimonbot daimonbot requested a review from rubasace February 12, 2026 03:36
@daimonbot
Copy link
Collaborator Author

PR ready for review: checks passing. Awaiting approval for merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Misleading command suggestion in error message

1 participant