mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Fix missing .Value
This commit is contained in:
@@ -566,7 +566,7 @@ public class BotServices
|
|||||||
if (isLive)
|
if (isLive)
|
||||||
{
|
{
|
||||||
_chatBot.SendChatMessage($"{settings[BuiltIn.Keys.TwitchBossmanJackUsername].Value} just went live on Twitch! https://www.twitch.tv/{settings[BuiltIn.Keys.TwitchBossmanJackUsername].Value}\r\n" +
|
_chatBot.SendChatMessage($"{settings[BuiltIn.Keys.TwitchBossmanJackUsername].Value} just went live on Twitch! https://www.twitch.tv/{settings[BuiltIn.Keys.TwitchBossmanJackUsername].Value}\r\n" +
|
||||||
settings[BuiltIn.Keys.RestreamUrl]);
|
settings[BuiltIn.Keys.RestreamUrl].Value);
|
||||||
IsBmjLive = true;
|
IsBmjLive = true;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user