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 +```