29 lines
673 B
ReStructuredText
29 lines
673 B
ReStructuredText
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 <join/leave> "Message enclosed in quotes"
|
|
|
|
You can use the replacement variables `{highlight}` and `{username}` to replace the text with a highlight/mention, or their username. |