diff options
| author | Bobby <[email protected]> | 2025-03-27 11:15:30 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2025-03-27 11:15:30 +0530 |
| commit | c99fc2609921d082c682b7d20865dfb87f9481ca (patch) | |
| tree | 84203b02594f3ec8a5ee6c25730f719775c4bb60 /types/bot.go | |
| parent | 1b85141b94f6ebcc429708b4bdeef4e2d2265650 (diff) | |
| download | ai-c99fc2609921d082c682b7d20865dfb87f9481ca.tar.xz ai-c99fc2609921d082c682b7d20865dfb87f9481ca.zip | |
Added support for streaming URL
Diffstat (limited to 'types/bot.go')
| -rw-r--r-- | types/bot.go | 1 |
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 } |
