This commit is contained in:
randogoth 2023-05-19 11:18:30 +03:00
parent 77cbac8deb
commit dde477fcda

View file

@ -29,7 +29,7 @@ Functions decorated by `received` have access to a `msg` parameter that has the
Example of a bot that echos a message back to the sender: Example of a bot that echos a message back to the sender:
```Python ```Python
from bot import LXMFBot from lxmfbot import LXMFBot
bot = LXMFBot("NodeBot") bot = LXMFBot("NodeBot")