Updated documentation
This commit is contained in:
parent
fe1f466b97
commit
06583a1472
1 changed files with 7 additions and 2 deletions
|
@ -47,7 +47,7 @@ Additional behavior can be specified in its configuration:
|
||||||
#### Kick
|
#### Kick
|
||||||
* `"type": "kick"`
|
* `"type": "kick"`
|
||||||
* Usage: (*command*) (*user name or ID*) [*reason*]
|
* Usage: (*command*) (*user name or ID*) [*reason*]
|
||||||
Removes the given user from the server the command was invoked in, and sends the reason, if any, to the server's audit log.
|
Removes the given user from the server the command was invoked in and sends the reason, if any, to the server's audit log.
|
||||||
|
|
||||||
Additional behavior can be specified in its configuration:
|
Additional behavior can be specified in its configuration:
|
||||||
* forcereason (*boolean*) - Forces the reason to be specified if set to true. If none is specified, the action is not taken. Defaults to *false*.
|
* forcereason (*boolean*) - Forces the reason to be specified if set to true. If none is specified, the action is not taken. Defaults to *false*.
|
||||||
|
@ -62,3 +62,8 @@ Additional behavior can be specified in its configuration:
|
||||||
* `"type": "say"`
|
* `"type": "say"`
|
||||||
* Usage: (*command*) (*channel name or ID*) (*message*)
|
* Usage: (*command*) (*channel name or ID*) (*message*)
|
||||||
Causes the bot to send the given message exactly as specified to the given channel.
|
Causes the bot to send the given message exactly as specified to the given channel.
|
||||||
|
|
||||||
|
#### Configuration Reload
|
||||||
|
* `"type": "confreload"`
|
||||||
|
* Usage: (*command*)
|
||||||
|
Reloads server configuration. The bot will reply indicating if the reload was successful.
|
Loading…
Reference in a new issue