-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy path.env
More file actions
38 lines (32 loc) · 986 Bytes
/
Copy path.env
File metadata and controls
38 lines (32 loc) · 986 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Discord Bot Configuration
DISCORD_TOKEN=
CLIENT_ID=
GUILD_ID=
# Spotify API Configuration
SPOTIFY_CLIENT_ID=
SPOTIFY_CLIENT_SECRET=
# Genius API Configuration
GENIUS_CLIENT_ID=
GENIUS_CLIENT_SECRET=
# Bot Settings (Optional - defaults will be used if not set)
EMBED_COLOR=#FF6B6B
SUPPORT_SERVER=https://discord.gg/ACJQzJuckW
WEBSITE=https://beatra.app
STATUS=🎵 Beatra | /play
# Sharding Settings (For bots with 1000+ servers)
# Leave as 'auto' for automatic configuration
TOTAL_SHARDS=auto
SHARD_LIST=auto
SHARD_MODE=process
SHARD_RESPAWN=true
SHARD_SPAWN_DELAY=5500
SHARD_SPAWN_TIMEOUT=30000
# YouTube Cookie Settings (Fix for bot detection errors)
# Method 1: Use browser cookies (recommended - easier to keep up-to-date)
# Options: chrome, firefox, edge, safari
# Example: COOKIES_FROM_BROWSER=chrome
COOKIES_FROM_BROWSER=
# Method 2: Use cookies.txt file
# Export cookies from browser extension and save as cookies.txt
# Example: COOKIES_FILE=./cookies.txt
COOKIES_FILE=