Messages documentation
This commit is contained in:
parent
a00b73a0c3
commit
9994b8ab6d
|
@ -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 <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.
|
Loading…
Reference in New Issue