mirror of
https://github.com/idanoo/GoDiscMoji
synced 2025-07-02 02:42:15 +00:00
Update README.md
This commit is contained in:
parent
ca0757ff98
commit
8974273628
1 changed files with 15 additions and 2 deletions
17
README.md
17
README.md
|
@ -1,4 +1,17 @@
|
||||||
# GoDiscMoji
|
# 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
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue