From 9994b8ab6d98265d7871334543440a5f024125a5 Mon Sep 17 00:00:00 2001 From: Tyler Date: Tue, 2 May 2017 18:50:43 -0400 Subject: [PATCH] Messages documentation --- docs/features/messages.rst | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/features/messages.rst diff --git a/docs/features/messages.rst b/docs/features/messages.rst new file mode 100644 index 0000000..32edf45 --- /dev/null +++ b/docs/features/messages.rst @@ -0,0 +1,29 @@ +Join/Leave Messages +=================== + +.. toctree:: + :maxdepth: 2 + :caption: Contents: + +Messages +-------- + +|project| can send messages when members join and leave the server. + +Message Channel +--------------- + +The message channel will be used to send messages when people join or leave the server. + +Usage: + + !!messagechannel [#channel] + +Setting the join or leave messages +---------------------------------- + +To change the join/leave message, use the `!!message` text command. + + !!message "Message enclosed in quotes" + +You can use the replacement variables `{highlight}` and `{username}` to replace the text with a highlight/mention, or their username. \ No newline at end of file