michael-balint / sms-todo

0 stars 0 forks source link

responding w/ "help" returns some default response #29

Open stroupaloop opened 8 years ago

stroupaloop commented 8 years ago

Need to identify the source, but guessing this is a Twilio response, the response should be

1) create a todo, start a text with 'Remind me to' 2) retrieve the list of all your todos, text 'list' 3) edit a todo, text 'Edit N' (where N is the todo number) 4) delete a todo, text 'Delete N' (where N is the todo number) 5) view your settings type 'settings'

image