Update message settings
This commit is contained in:
parent
9994b8ab6d
commit
29642b1c19
|
@ -17,7 +17,7 @@ The Content Channel will be used every time |project| detects a channel change (
|
|||
|
||||
Usage:
|
||||
|
||||
!!contentchannel [#channel]
|
||||
!!channel content [#channel]
|
||||
|
||||
Tracking channels
|
||||
-----------------
|
||||
|
|
|
@ -17,7 +17,7 @@ The message channel will be used to send messages when people join or leave the
|
|||
|
||||
Usage:
|
||||
|
||||
!!messagechannel [#channel]
|
||||
!!channel message [#channel]
|
||||
|
||||
Setting the join or leave messages
|
||||
----------------------------------
|
||||
|
|
|
@ -5,11 +5,15 @@ Setup/Options
|
|||
:maxdepth: 2
|
||||
:caption: Contents:
|
||||
|
||||
Text Channel
|
||||
------------
|
||||
Channel Output
|
||||
--------------
|
||||
|
||||
The Text Channel will be used every time |project| needs to output some text, but is currently playing media or saying something else. Think of it as a fallback channel. It will be set to whatever channel it is said in, or a channel name starting with #.
|
||||
|
||||
Content will be used when outputting content module messages (YouTube Publishes, Twitch Statuses, etc)
|
||||
|
||||
Message will be used for Join/Leave messages, and possibly something else in the future.
|
||||
|
||||
Usage:
|
||||
|
||||
!!textchannel [#channel]
|
||||
!!channel <text/content/message> [#channel]
|
||||
|
|
Loading…
Reference in New Issue