Update README.md

This commit is contained in:
Daniel Mason 2025-01-16 09:58:05 +13:00
parent ca0757ff98
commit 8974273628
Signed by: idanoo
GPG key ID: 387387CDBC02F132

View file

@ -1,4 +1,17 @@
# GoDiscMoji
WIP Discord bot to measure emoji usage
Discord bot to measure emoji usage
Very rough proof of concept..
### 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
```