Update README.md

This commit is contained in:
Michael Ramsey 2023-02-04 12:27:22 -05:00 committed by GitHub
parent d01dbc579e
commit 288f8d6821
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,17 @@
# karma
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
```