From 288f8d6821add7ef74dd2179f7a2e0545618e790 Mon Sep 17 00:00:00 2001 From: Michael Ramsey Date: Sat, 4 Feb 2023 12:27:22 -0500 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index e88b736..7a12fd8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ # karma A [maubot](https://github.com/maubot/maubot) that tracks the karma of users. + +``` +Usage: !karma [...] + +up - Upvote an event +down - 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 +```