Skip to content

Commit

Permalink
Create .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
saiteja-madha committed Sep 10, 2022
1 parent d12fcd9 commit b3df3fa
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Bot Token [Required]
BOT_TOKEN=

# Mongo Database Connection String [Required]
MONGO_CONNECTION=

# Webhooks [Optional]
ERROR_LOGS=
JOIN_LEAVE_LOGS=

# Dashboard [Required for dashboard]
BOT_SECRET=
SESSION_PASSWORD=

# API Keys [Required for Weather Command]
WEATHERSTACK_KEY=

# SPOTFIY [Required for Spotify Support]
SPOTIFY_CLIENT_ID=
SPOTIFY_CLIENT_SECRET=

0 comments on commit b3df3fa

Please sign in to comment.