From 06583a1472946946e9e2c0187e2775ad16c200e1 Mon Sep 17 00:00:00 2001 From: Noikoio Date: Sun, 4 Mar 2018 21:51:42 -0800 Subject: [PATCH] Updated documentation --- docs/modtools.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/modtools.md b/docs/modtools.md index e7210ef..fee33ad 100644 --- a/docs/modtools.md +++ b/docs/modtools.md @@ -47,7 +47,7 @@ Additional behavior can be specified in its configuration: #### Kick * `"type": "kick"` * 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: * forcereason (*boolean*) - Forces the reason to be specified if set to true. If none is specified, the action is not taken. Defaults to *false*. @@ -61,4 +61,9 @@ Additional behavior can be specified in its configuration: #### Say * `"type": "say"` * Usage: (*command*) (*channel name or ID*) (*message*) -Causes the bot to send the given message exactly as specified to the given channel. \ No newline at end of file +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. \ No newline at end of file