From 77cbac8debc12d081aa69de2e9f862d4d705a3cd Mon Sep 17 00:00:00 2001 From: randogoth Date: Fri, 19 May 2023 11:13:55 +0300 Subject: [PATCH] example --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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