From 8974273628ce0cd1a866ef6f206b27e9c5c29785 Mon Sep 17 00:00:00 2001 From: Daniel Mason Date: Thu, 16 Jan 2025 09:58:05 +1300 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dab901e..e029932 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,17 @@ # GoDiscMoji -WIP Discord bot to measure emoji usage +Discord bot to measure emoji usage - Very rough proof of concept.. \ No newline at end of file + +### Usage +- Copy .env.example to .env and fill in DISCORD_TOKEN from your bot +- `docker compose up -d` + + +### Commands +``` +/show-top-users +# Shows top 5 emoji users and their top 3 emojis + +/show-top-emojis +# Shows top 5 emojis and their 3 biggest users +```