Add usage and update metadata
This commit is contained in:
parent
758849d4bd
commit
373200f4be
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2018 Tulir Asokan
|
Copyright (c) 2019 Tulir Asokan
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||||
this software and associated documentation files (the "Software"), to deal in
|
this software and associated documentation files (the "Software"), to deal in
|
||||||
|
|
|
@ -1,2 +1,6 @@
|
||||||
# echo
|
# echo
|
||||||
A simple [maubot](https://github.com/maubot/maubot) that echoes pings and other stuff.
|
A simple [maubot](https://github.com/maubot/maubot) that echoes pings and other stuff.
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
* `!ping` - Reply with "Pong!" and the time it took for the message to reach the bot.
|
||||||
|
* `!echo <message>` - Reply with the given message
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
maubot: 0.1.0
|
||||||
id: xyz.maubot.echo
|
id: xyz.maubot.echo
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
license: MIT
|
license: MIT
|
||||||
|
|
Loading…
Reference in a new issue