mirror of
https://github.com/idanoo/GoDiscMoji
synced 2025-07-01 18:32:15 +00:00
17 lines
314 B
Markdown
17 lines
314 B
Markdown
# GoDiscMoji
|
|
Discord bot to measure emoji usage
|
|
|
|
|
|
### 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
|
|
```
|