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 /.env.example | |
| parent | 1b85141b94f6ebcc429708b4bdeef4e2d2265650 (diff) | |
| download | ai-c99fc2609921d082c682b7d20865dfb87f9481ca.tar.xz ai-c99fc2609921d082c682b7d20865dfb87f9481ca.zip | |
Added support for streaming URL
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.env.example b/.env.example index 5e9f24c..66faf26 100644 --- a/.env.example +++ b/.env.example @@ -3,4 +3,5 @@ YOUTUBE_API_KEY= SPOTIFY_CLIENT_ID= SPOTIFY_CLIENT_SECRET= ACTIVITY= # Activity Type is of type int, 1: Playing, 2: Listening, 3: Watching, 4: Streaming -ACTIVITY_MESSAGE=
\ No newline at end of file +ACTIVITY_MESSAGE= +ACTIVITY_URL= # Only required for Streaming
\ No newline at end of file |
