diff --git a/KfChatDotNetKickBot/KickBot.cs b/KfChatDotNetKickBot/KickBot.cs index 122d017..efc1e1b 100644 --- a/KfChatDotNetKickBot/KickBot.cs +++ b/KfChatDotNetKickBot/KickBot.cs @@ -162,7 +162,7 @@ public class KickBot if (isLive) { _sendChatMessage("BossmanJack just went live on Twitch! https://www.twitch.tv/thebossmanjack\r\n" + - "Ad-free re-stream at https://kick.com/wheelfan courtesy of @Kees H"); + "Ad-free re-stream at https://bossmanjack.tv courtesy of @Kees H"); _isBmjLive = true; return; }