-
-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy path.env.example
More file actions
28 lines (25 loc) · 1.38 KB
/
.env.example
File metadata and controls
28 lines (25 loc) · 1.38 KB
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
#########################################
# FILL IN ALL DETAILS BELOW #
#########################################
# GENERAL CONFIGURATION
TOKEN = # Your bot token
PREFIX = ! # Bot prefix
EMBED_COLOR = 5865F2 # Embed color (hex format, without #)
LEAVE_TIMEOUT = 60000 # Time (in ms) before the bot leaves when alone/not playing
DEFAULT_VOLUME = 100 # Default volume when bot joins a voice channel
MIN_VOLUME = 1 # Minimum volume level
MAX_VOLUME = 100 # Maximum volume level
MONGO_URI = # Your MongoDB connection URI
SUPPORT_SERVER_URL = "https://discord.gg/kNdSkHchzH" # Your Discord support server URL
DEBUG = false # Optional logger debug mode (set true to enable debug logs)
# LAVALINK CONNECTION
LAVALINK_NAME = Lunox # Lavalink node name
LAVALINK_HOST = localhost # Lavalink server host (use container name in Docker, e.g., "lavalink")
LAVALINK_PORT = 2333 # Lavalink server port
LAVALINK_PASSWORD = youshallnotpass # Lavalink server password
LAVALINK_SECURE = false # Use secure connection (true/false)
LAVALINK_DRIVER = lavalink/v4/koinu # Lavalink driver (lavalink/v4/koinu, lavalink/v3/koto, etc.)
# RAINLINK CONFIGURATION
LAVALINK_SOURCE = sp # Source ID used by /play search. Must match enabled Lavalink sources
DEFAULT_SEARCH_ENGINE = youtubeMusic # Available options: youtubeMusic, youtube, soundcloud
SEARCH_FALLBACK_ENGINE = youtube # Fallback engine if DEFAULT_SEARCH_ENGINE fails