You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 2, 2018. It is now read-only.
This issue is to discuss the list of commands for the upcoming Stream Notifications module rewrite.
Current list of the commands
(prefix excluded)
Subscribe to a channel
(User)
streams subscribe [platform], [platformChannel]
(Server)
streams add [platform], [platformChannel], <channelResolvable>
Unsubscribe from a channel
(User)
streams unsubscribe [platform], [platformChannel]
(User)
streams unsubscribe [subscriptionId]
(Server)
streams remove [platform], [platformChannel], <channelResolvable>
platform
is the same(Server)
streams remove [subscriptionId]
Settings
This is a server-only command.
streams settings [setting], [value]
Notifications Settings
This is both user and server available commands.
streams channel_settings [platform], [platformChannel], <channelResolvable>, [setting], [value]
streams channel_settings [subscriptionId], [setting], [value]
Subscriptions List
streams list <platform>, <page>
Arguments
platform
is one of…twitch
mixer
youtube
goodgame
platformChannel
isplatform
API-resolvable channel namesubscriptionId
— when subscription is created, the ID given, as well as seen in the listsetting
+value
(in context of server notifications settings):channel
— channel where notifications sentsetting
+value
(in context of channel notifications settings):message_text
— text for the notification{everyone}
— decorative @everyone mention{here}
— decorative @here mention{title}
— title of the stream{game}
— name of the game (or “unspecified”)setting
+value
(in both contextes)auto_delete
— should notifications messages be deleted upon stream endmature_behavoir
— default behavior for streams marked “mature”Value is one of…
nothing
(0
) — send “as-is”ignore
(1
) — do not send notificationbanner
(2
) — do not display previewgoverned
(3
) — governed by the channel where notification sentpage
— page to displayThe text was updated successfully, but these errors were encountered: