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