Log warnings to a channel
This commit is contained in:
parent
74a1739223
commit
2d26cef757
6 changed files with 40 additions and 8 deletions
|
|
@ -21,7 +21,8 @@ A multipurpose Discord bot written in Java.
|
|||
## Config file schema
|
||||
```json
|
||||
{
|
||||
"token": "your_token"
|
||||
"token": "your_token",
|
||||
"warningChannel": 0
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -37,3 +38,4 @@ A multipurpose Discord bot written in Java.
|
|||
| `/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)` |
|
||||
| `/warn` | Warns a user | `[member]`, `[reason]` |
|
||||
Loading…
Add table
Add a link
Reference in a new issue