From c99fc2609921d082c682b7d20865dfb87f9481ca Mon Sep 17 00:00:00 2001 From: Bobby Date: Thu, 27 Mar 2025 11:15:30 +0530 Subject: Added support for streaming URL --- types/bot.go | 1 + 1 file changed, 1 insertion(+) (limited to 'types') diff --git a/types/bot.go b/types/bot.go index 417aecc..2f6adf3 100644 --- a/types/bot.go +++ b/types/bot.go @@ -16,4 +16,5 @@ type BotConfig struct { YoutubeAPIKey string Activity ActivityType ActivityMessage string + ActivityURL string } -- cgit v1.2.3