dguil16 / DHBot

DH Discord Bot
0 stars 1 forks source link

UX - commands not intuitive #2

Open akumbera opened 7 years ago

akumbera commented 7 years ago

Users attempt commands that the bot doesn't interpret correctly. For example, after creating a group, they want to call the group with !.

Solutions:

dguil16 commented 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.