Implemented theoretical YouTube PubSub integration using Redis PubSub and some random shit I found on the Internet

This commit is contained in:
barelyprofessional
2025-12-10 00:55:27 -06:00
parent ffb183f57b
commit 26d2305a6c
3 changed files with 102 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
namespace KfChatDotNetBot.Services;
public class YouTubeApi
{
}