From: Georgios Atheridis Date: Sun, 5 Mar 2023 18:10:02 +0000 (+0000) Subject: Remove Announce X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=24c256b8167529a0e3d647767472565535bfd725;p=ihaspeks%2Faptbot-ihaspeks.git Remove Announce Twitch has removed the ability to use /announce from IRC, so it has been removed from the stream start. --- diff --git a/ihaspeks/main.py b/ihaspeks/main.py index 0b5b3e8..e3e4874 100644 --- a/ihaspeks/main.py +++ b/ihaspeks/main.py @@ -125,7 +125,7 @@ def start(bot: Bot, message: Message, stop_event: Event): scripts.clean_queue.clean_queue() scripts.discord_start_stream.announce() bot.send_privmsg( - message.channel, "/announce Stream has started, you can now use ?join" + message.channel, "Stream has started, you can now use ?join" ) elif started == "END": scripts.clean_queue.clean_queue()