satisfactorymodding / satisfactorymodding/FICSIT-Fred
Invoke command: On fail, ephemeral reply w/ search results
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 7
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
When slash command invoke command is used but an invalid command is passed, it currently responds with an invalid command ephemeral message. Would be useful if it ephemeral replied with the results of fuzzy searching for the user's original command name, to help them hopefully find the right command name faster
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the slash-command entry point for the invoke command and trace how invalid command names produce the current ephemeral response. Add fuzzy-search results for the original command name to that response, then verify that invalid invocations show useful ephemeral suggestions while valid commands remain unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100