DevChatter / DevChatterBot

MIT License
55 stars 28 forks source link

Need to figure out how to handle HelpText for commands in the database #72

Closed sadukie closed 6 years ago

sadukie commented 6 years ago

!help Magnus

That was broken on the stream, and that's because it's from the database. Probably need to update AddCommand to take in the HelpText and store it in the database.

benrick commented 6 years ago

Might be worth just doing something default for these ones, since there are no parameters to them right now.