Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve command recognition & help text #8

Open
emilyhunt opened this issue Sep 20, 2024 · 0 comments
Open

Improve command recognition & help text #8

emilyhunt opened this issue Sep 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@emilyhunt
Copy link
Contributor

There are many cases when the bot doesn't quite recognise a command, such as:

  • When someone has a newline marker between the mention and the command
  • When someone includes punctuation marks
  • When someone accidentally adds too many spaces
  • If someone just replies to the bot and doesn't mention them (harder to fix)

... and more.

It would be great for the usability of the bot if:

  1. The method to turn a post into a set of words to match could be more robust. (Currently this is an ugly thing that should be refactored & improved.)
  2. The help text when someone fails to do a command correctly was better.
  3. The bot also checked replies for if they contain a command (harder to add but possible, maybe if the first word is correct? I dunno)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant