rockneurotiko/ex_gram

Fix text matching in the doc

Closed this issue · 1 comments

Hi

This command does not match
{:text, text} → This tuple will match when plain text is sent to the bot (check privacy mode)

I think it's this definition :)
{:text, text, message} → This tuple will match when plain text is sent to the bot (check privacy mode)

Thanks for opening the issue!

I updated the messages on that part of the README with the current information that can be received.