diff --git a/docs/features/content.rst b/docs/features/content.rst index 244259a..64896ca 100644 --- a/docs/features/content.rst +++ b/docs/features/content.rst @@ -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 ----------------- diff --git a/docs/features/messages.rst b/docs/features/messages.rst index 32edf45..fb99e86 100644 --- a/docs/features/messages.rst +++ b/docs/features/messages.rst @@ -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 ---------------------------------- diff --git a/docs/setup.rst b/docs/setup.rst index 1a3c8d5..d883e44 100644 --- a/docs/setup.rst +++ b/docs/setup.rst @@ -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 [#channel]