From 9c5850dde5af4f2533dcf885e20d704a6d4c08db Mon Sep 17 00:00:00 2001 From: Aaron Date: Sun, 25 Feb 2024 11:15:53 -0500 Subject: [PATCH] Add Streams.md initialize file explain how to use stream alert functions --- Streams.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 Streams.md diff --git a/Streams.md b/Streams.md new file mode 100644 index 0000000..de56fd2 --- /dev/null +++ b/Streams.md @@ -0,0 +1,45 @@ +# SickGamingBot Streams Command +## SickGamingBot Stream alerts and check status of stream. + +### Automated Stream Alerts +Syntax: -streamalert +
+*Manage automated stream alerts.* + +**Sub-commands:** +* list - List all active stream alerts in this server. +* picarto - Toggle alerts in this channel for a Picarto stream. +* stop - Disable all stream alerts in this channel or server. +* twitch - Manage Twitch stream notifications. +* youtube - Toggle alerts in this channel for a YouTube stream. + +### Stream Alert Settings +Syntax: -streamset +
+*Manage stream alert settings.* + +**Sub-commands:** +* autodelete Toggle alert deletion for when streams go offline. +* ignorereruns Toggle excluding rerun streams from alerts. +* ignoreschedule Toggle excluding YouTube streams schedules from... +* mention Manage mention settings for stream alerts. +* message Manage custom messages for stream alerts. +* timer Set stream check refresh time. +* twitchtoken Explain how to set the twitch token. +* usebuttons Toggle whether to use buttons for stream alerts. + +### Stream Status +Syntax: +-youtubestream + - Alias: -youtube +-picarto +-twitchstream + - Alias: -twitch +
+ +### Example Commands (without channel id at the end, it will post in immediate channel you are in.) +``` +-streamalert twitch [discord_channel=] +-streamalert twitch kenzrosey +-streamalert twitch kenzrosey [discord_channel=447018654048190464] # not right, just noting for later +```