-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
23 lines (20 loc) · 1.35 KB
/
Copy path.env.example
File metadata and controls
23 lines (20 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Syntax: KEY=value, one per line. Values are taken literally to end of line,
# so do NOT add trailing comments after a value. Quote anything containing
# spaces. Lines starting with # are ignored.
#
# This file is read only by the bot (python-dotenv); systemd does not parse it.
# ── Discord ────────────────────────────────────────────────────────────
# Required. Bot token from https://discord.com/developers/applications
DISCORD_TOKEN=
# Command prefix (default: !)
COMMAND_PREFIX=!
# ── Genius (optional) ───────────────────────────────────────────────────
# From https://genius.com/api-clients — enables the !lyrics command.
GENIUS_TOKEN=
# ── Misc (optional) ─────────────────────────────────────────────────────
# Path to a Netscape-format cookies.txt. Strongly recommended when hosting on a
# cloud/datacenter IP (AWS, etc.) — YouTube blocks those without logged-in
# cookies. SoundCloud works without cookies. See deploy/README.md.
COOKIES_PATH=cookies.txt
# Logging verbosity: DEBUG | INFO | WARNING | ERROR
LOG_LEVEL=INFO