Update README.md
This commit is contained in:
parent
9f784d83eb
commit
cf947432bb
1 changed files with 13 additions and 10 deletions
23
README.md
23
README.md
|
@ -7,13 +7,14 @@
|
||||||
<br>
|
<br>
|
||||||
A multipurpose Discord bot written in Java.
|
A multipurpose Discord bot written in Java.
|
||||||
|
|
||||||
## Tested Environments
|
## Required Environment
|
||||||
- Java 21+ (May work on older versions but untested)
|
- Java 17+ (May work on older versions but untested)
|
||||||
- Maven
|
- Maven
|
||||||
|
|
||||||
### Tested Operating Systems
|
### Tested Operating Systems
|
||||||
- macOS 14.4.1
|
- macOS 14 & 15 (arm64)
|
||||||
- Windows 10 (22H2)
|
- Windows 10 22H2 (x86_64)
|
||||||
|
- Debian 12 (x86_64)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -28,9 +29,11 @@ A multipurpose Discord bot written in Java.
|
||||||
|
|
||||||
## Commands
|
## Commands
|
||||||
|
|
||||||
| Command | Description | Arguments | Aliases |
|
| Command | Description | Arguments |
|
||||||
|---------|------------------------------------------------------------------------------|-------------------------------------|---------|
|
|-------------------|------------------------------------------------------------------------------|-----------------------------------------------------------|
|
||||||
| `about` | Gets information about the bot | None | None |
|
| `/ping` | Gets the bot's gateway & rest ping | None |
|
||||||
| `ping` | Gets the bot's gateway & rest ping | None | None |
|
| `/whois` | Gets information about the specified user (message author if none specified) | `[member]` |
|
||||||
| `whois` | Gets information about the specified user (message author if none specified) | `[user ping]` | None |
|
| `/timeout set` | Times out a member for a specified amount of time | `[member]`, `[duration]`, `(reason)` |
|
||||||
| `mute` | Mutes a member for a specified amount of time | `[user ping]`, `[timeout duration]` | None |
|
| `/timeout get` | Gets the current timeout status of the specified member | `[member]` |
|
||||||
|
| `/timeout cancel` | Cancels the specified users timeout | `[member]`, `(reason)` |
|
||||||
|
| `/poll` | Creates a poll | `[title]`, `[duration]`, `[options]`, `(multiple-choice)` |
|
||||||
|
|
Loading…
Reference in a new issue