Update README.md
This commit is contained in:
parent
d01dbc579e
commit
288f8d6821
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
@ -1,2 +1,17 @@
|
||||||
# karma
|
# karma
|
||||||
A [maubot](https://github.com/maubot/maubot) that tracks the karma of users.
|
A [maubot](https://github.com/maubot/maubot) that tracks the karma of users.
|
||||||
|
|
||||||
|
```
|
||||||
|
Usage: !karma <subcommand> [...]
|
||||||
|
|
||||||
|
up <Event ID> - Upvote an event
|
||||||
|
down <Event ID> - Downvote a message
|
||||||
|
stats - View global karma statistics
|
||||||
|
view [user ID] - View your or another users karma
|
||||||
|
export - Export the data of your karma
|
||||||
|
breakdown - View your karma breakdown
|
||||||
|
top - View the highest rated users
|
||||||
|
bottom - View the lowest rated users
|
||||||
|
best - View the highest rated messages
|
||||||
|
worst - View the lowest rated messages
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue