17 lines
511 B
Markdown
17 lines
511 B
Markdown
# 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
|
|
```
|