diff --git a/README.md b/README.md index fdf9f21..34af77d 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ Functions decorated by `received` have access to a `msg` parameter that has the - `msg.reply` : function that takes a string parameter and sends it as reply to the sender - `msg.lxmf` : the complete `LXMessage` object for more complex parsing +### Example + Example of a bot that echos a message back to the sender: ```Python