mirror of
https://github.com/maubot/maubot.git
synced 2024-10-01 01:06:10 -04:00
7 lines
360 B
Markdown
7 lines
360 B
Markdown
# Maubot examples
|
|
All examples are published under the [MIT license](LICENSE).
|
|
|
|
* [Hello World](helloworld/) - Very basic event handling bot that responds "Hello, World!" to all messages.
|
|
* [Echo bot](https://github.com/maubot/echo) - Basic command handling bot with !echo and !ping commands
|
|
* [Config example](config/) - Simple example of using a config file
|