Update README.md

This commit is contained in:
floppydiskette 2024-10-25 00:43:05 +01:00
parent 086843e858
commit 64d059dbf9
Signed by: fwoppydwisk
SSH key fingerprint: SHA256:Hqn452XQ1ETzUt/FthJu6+OFkS4NBxCv5VQSEvuk7CE

View file

@ -16,13 +16,7 @@ A multipurpose Discord bot written in Java.
```json ```json
{ {
"token": "your_token", "token": "your_token",
"prefix": "oki!", "prefix": "oki!"
"mariadb": {
"host": "127.0.0.1",
"user": "db_user",
"password": "db_password",
"database": "doki_prod"
}
} }
``` ```
@ -30,10 +24,9 @@ A multipurpose Discord bot written in Java.
## Commands ## Commands
| Command | Description | Arguments | Aliases | | Command | Description | Arguments | Aliases |
|---------------|------------------------------------------------------------------------------|---------------|---------| |---------|------------------------------------------------------------------------------|-------------------------------------|---------|
| `leaderboard` | Gets the leaderboard for the current guild | None | `lb` | | `about` | Gets information about the bot | None | None |
| `rank` | Gets the rank of the specified user (message author if none specified) | `[user ping]` | None | | `ping` | Gets the bot's gateway & rest ping | None | None |
| `about` | Gets information about the bot | None | None | | `whois` | Gets information about the specified user (message author if none specified) | `[user ping]` | None |
| `ping` | Gets the bot's gateway & rest ping | None | None | | `mute` | Mutes a member for a specified amount of time | `[user ping]`, `[timeout duration]` | None |
| `whois` | Gets information about the specified user (message author if none specified) | `[user ping]` | None |