From 5212f7cd76cc9d593f4928cd9a782af436706ab6 Mon Sep 17 00:00:00 2001 From: barelyprofessional <150058423+barelyprofessional@users.noreply.github.com> Date: Sun, 21 Dec 2025 20:15:08 -0600 Subject: [PATCH] Forgot to add BuildYouTubePubSub to the tasks --- KfChatDotNetBot/Services/BotServices.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/KfChatDotNetBot/Services/BotServices.cs b/KfChatDotNetBot/Services/BotServices.cs index c151227..02e7f8c 100644 --- a/KfChatDotNetBot/Services/BotServices.cs +++ b/KfChatDotNetBot/Services/BotServices.cs @@ -90,7 +90,8 @@ public class BotServices BuildDLiveStatusCheck(), BuildPeerTubeLiveStatusCheck(), BuildOwncastLiveStatusCheck(), - BuildShuffleDotUs() + BuildShuffleDotUs(), + BuildYouTubePubSub() ]; try {