summaryrefslogtreecommitdiff
path: root/types/bot.go
diff options
context:
space:
mode:
authorBobby <[email protected]>2025-03-27 11:15:30 +0530
committerBobby <[email protected]>2025-03-27 11:15:30 +0530
commitc99fc2609921d082c682b7d20865dfb87f9481ca (patch)
tree84203b02594f3ec8a5ee6c25730f719775c4bb60 /types/bot.go
parent1b85141b94f6ebcc429708b4bdeef4e2d2265650 (diff)
downloadai-c99fc2609921d082c682b7d20865dfb87f9481ca.tar.xz
ai-c99fc2609921d082c682b7d20865dfb87f9481ca.zip
Added support for streaming URL
Diffstat (limited to 'types/bot.go')
-rw-r--r--types/bot.go1
1 files changed, 1 insertions, 0 deletions
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
}