summaryrefslogtreecommitdiff
path: root/.env.example
diff options
context:
space:
mode:
authorBobby <[email protected]>2025-03-27 11:18:55 +0530
committerBobby <[email protected]>2025-03-27 11:18:55 +0530
commitb728a3e2b99e7e905485195dbf51cbba8a3b394e (patch)
tree11d131e7955e8ca6c97fa2aa2c06574b44ea55af /.env.example
parentc99fc2609921d082c682b7d20865dfb87f9481ca (diff)
downloadai-b728a3e2b99e7e905485195dbf51cbba8a3b394e.tar.xz
ai-b728a3e2b99e7e905485195dbf51cbba8a3b394e.zip
Fixed comment about activity types
Diffstat (limited to '.env.example')
-rw-r--r--.env.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/.env.example b/.env.example
index 66faf26..1e276ba 100644
--- a/.env.example
+++ b/.env.example
@@ -2,6 +2,6 @@ DISCORD_TOKEN=
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= # Activity Type is of type int, 0: Playing, 1: Listening, 2: Watching, 3: Streaming
ACTIVITY_MESSAGE=
ACTIVITY_URL= # Only required for Streaming \ No newline at end of file