Closed hugojosefson closed 7 years ago
Thanks! I'll double check the examples repo to see if it needs updating there as well.
Thanks. I'm on mobile right now, so can't make another PR... But I think I remember finding the examples repo afterwards too and noticing that it had a more updated version of this code. Including setting context.session.greeted
.
Nice example!
I noticed it failed to echo the input string, and instead said
bot > You told me to echo "{echo}"
.This should fix it by setting the
echo
property oncontext.session
instead of directly oncontext
.