Releases: kabessao/Twitch2DiscordBridge-Go
Releases · kabessao/Twitch2DiscordBridge-Go
1.3.0
CHANGES:
- Bans/timeouts/deleted messages are now embeds with links to the chatter's username
- Raid messages are now embeds with link to raider's channel
- Thread replies can now be limited to avoid being spammy
- Bot config file detection is now case insensitive ( you can now name it
CONFIG.YAML
if you want) - New option to show announcement messages
- Removed a forgotten debugging output left behind by accident
IMPORTANT
The option user_notice_message
will no longer work, and it'll throw an error if you try to use it.
You now have the show_raid_messages
and show_announcement_messages
options to choose.
As always, check example_config.yaml
for a brief explanation on every option available.
1.2.2
1.2.1
1.2.0
- Added raid notifications. You'll get a message from the channel raiding saying how many raiders just arrived. You can set a minimum raiders amount for it.
- Added a timeout kill switch, where the bot will kill itself if it detects that there's no connection.
- Added a function that tries to reboot a bot that is down, therefore working together with the previous feature.
1.1.0
New features added to the bot:
- New config tag
channels
. With this you can set one bot to monitor multiple channels, so you don't have to create one config file for each channel. You can set eitherchannel
to monitor just one channel orchannels
to have them share the same configuration; - New option
on_stream_status
. You can set it to eitheronline
oroffline
. If set toonline
messages will only be sent if the streamer is online, and the same foroffline
.
Some extra that will be improved moving forward:
- An attempt was made to make the bot reconnect automatically, it does not work very well, but it's a start.