Open akumbera opened 7 years ago
We could create a series of commands that do the same thing. E.g. !group-enroll and !group-join. That would be a simple way to try to cover some common errors. I also need to throw in a generic catch for any attempt at commands (messages that start with !) but are not valid, so that the Bot reports back that it sees the user was trying to give it a command but didn't understand it.
Allowing users to create their own shorthand commands shouldn't be too difficult once we switch over to a functional approach. I have some ideas of how to implement it, and it would likely prove very useful.
Users attempt commands that the bot doesn't interpret correctly. For example, after creating a group, they want to call the group with !.
Solutions: