Skip to content

Discord Bot — Live Stream Announcements NEW

Live Stream and Broadcaster Custom Settings

Adding a Streamer


/set-twitch streamer
twitch-username-or-url                 
Example Usage
/set-twitch streamer
twitch-username-or-urlsenchabot

Test User used /set-twitch streamer
Senchabot Bot 05/08/2026
senchabot kullanıcı adlı Twitch yayıncısının yayın duyuruları twitch-streams isimli yazı kanalı için aktif edildi.
Only you can see this

Information

When adding a Twitch streamer, you must have previously added a default announcement channel with the /set-twitch announcement default-channel, or you can specify the channel name optionally.

Customizing the Announcement Channel

You can assign a custom announcement channel to streamers.

/set-twitch streamer
twitch-username-or-url                 
channel                
Example Usage
/set-twitch streamer
twitch-username-or-urlsenchabot
channeltwitch-streams

Test User used /set-twitch streamer
Senchabot Bot 05/08/2026
Live stream announcements for the Twitch user senchabot have been activated for the channel twitch-streams.
Only you can see this

Information

If you don't specify the channel option when adding a streamer, the streamer's announcements will be sent to the default announcement channel.

Custom Announcement Messages


Adding an Announcement Message


/set-twitch announcement custom-content
twitch-username-or-url            
announcement-content            
Example Usage
/set-twitch announcement custom-content
twitch-username-or-urlsenchabot
announcement-content{twitch.username}, {stream.category} yayınına başladı! {stream.title} → {twitch.url}

Test User used /set-twitch announcement custom-content
Senchabot Bot 05/08/2026
senchabot kullanıcı adlı Twitch yayıncısı için duyuru mesajı içeriği ayarlandı: {twitch.username}, {stream.category} yayınına başladı! {stream.title} → {twitch.url}
Only you can see this

Removing an Announcement Message


/del-twitch announcement custom-content
twitch-username-or-url                 
Example Usage
/del-twitch announcement custom-content
twitch-username-or-urlsenchabot

Test User used /del-twitch announcement custom-content
Senchabot Bot 05/08/2026
senchabot kullanıcı adlı Twitch yayıncısına özgü yayın duyuru mesajı silindi.
Only you can see this

Deleting a Streamer


/del-twitch streamer
twitch-username-or-url                 
Example Usage
/del-twitch streamer
twitch-username-or-urlsenchabot

Test User used /del-twitch streamer
Senchabot Bot 05/08/2026
The Twitch streamer senchabot has been deleted from the database.
Only you can see this

Default Announcement Channel

When adding Twitch streamers without specifying the channel option, their announcements are made in the default announcement channel.

Adding a Channel


/set-twitch announcement default-channel
channel                 
Example Usage
/set-twitch announcement default-channel
channeltwitch-streams

Test User used /set-twitch announcement default-channel
Senchabot Bot 05/08/2026
The channel twitch-streams has been set-twitch as the default announcement channel.
Only you can see this

Removing the Channel


/del-twitch announcement default-channel
Example Usage
/del-twitch announcement default-channel

Test User used /del-twitch announcement default-channel
Senchabot Bot 05/08/2026
The default Twitch live stream announcement channel setting has been removed.
Only you can see this

Default Announcement Message

Adding an Announcement Message


/set-twitch announcement default-content
announcement-content                 
Example Usage
/set-twitch announcement default-content
announcement-content{twitch.username}, {stream.category} yayınına başladı! {stream.title} → {twitch.url}

Test User used /set-twitch announcement default-content
Senchabot Bot 05/08/2026
Varsayılan yayın duyuru mesajı içeriği ayarlandı: {twitch.username}, {stream.category} yayınına başladı! {stream.title} -> {twitch.url}
Only you can see this

Removing the Announcement Message


/del-twitch announcement default-content
Example Usage
/del-twitch announcement default-content

Test User used /del-twitch announcement default-content
Senchabot Bot 05/08/2026
Varsayılan yayın duyuru mesajı içeriği kaldırıldı. Özelleştirilmiş duyuru mesajı olmayan yayıncıların duyuruları belirtilen formatta gönderilecektir. {twitch.username}, {stream.category} yayınına başladı! {stream.title}: {twitch.url}
Only you can see this

Category Filters NEW

Filter livestream announcements by stream category for each announcement channel. You can set up to 2 category filters per server.

Adding a Category Filter


/set-twitch announcement game-category-filter
channel
filter-regex

Parameters:

  • channel(Required) The Discord text channel where announcements are posted.
  • filter-regex(Required) A regex pattern matching the stream category name(s). Use | to match multiple categories (e.g., Just Chatting|IRL).
  • condition(Required) Choose matches (only announce if category matches) or does not match (skip if category matches).
Example Usage
/set-twitch announcement game-category-filter
channeltwitch-streams
filter-regexJust Chatting

Test User used /set-twitch announcement game-category-filter
Senchabot Bot 05/08/2026
The category filter for Twitch stream announcements to be sent to the twitch-streams text channel has been set to Just Chatting matches.
Only you can see this

Only Twitch streams in the "Just Chatting" category will be announced to #twitch-streams.

Example Usage (Does Not Match)
/set-twitch announcement game-category-filter
channeltwitch-streams
filter-regexJust Chatting

Test User used /set-twitch announcement game-category-filter
Senchabot Bot 05/08/2026
The category filter for Twitch stream announcements to be sent to the twitch-streams text channel has been set to Just Chatting does not match.
Only you can see this

Twitch streams in the "Just Chatting" category will be skipped; all other categories will be announced to #twitch-streams.

Multiple Categories

Use the | (pipe) character to match multiple categories in a single filter, e.g., Just Chatting|IRL|Art.

Removing a Category Filter


/del-twitch announcement game-category-filter
channel
Example Usage
/del-twitch announcement game-category-filter
channeltwitch-streams

Test User used /del-twitch announcement game-category-filter
Senchabot Bot 05/08/2026
For the text channel named twitch-streams, Twitch stream announcement category filtering removed.
Only you can see this