Add usage and update metadata
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user