mirror of
https://github.com/jarulsamy/Plex-Bot.git
synced 2024-08-19 15:01:55 +02:00
545654f9a7
Optionally grab lyrics of a song using the lyrics command. Required LyricsGenius API token.
17 lines
244 B
YAML
17 lines
244 B
YAML
root:
|
|
log_level: "info"
|
|
|
|
discord:
|
|
prefix: "?"
|
|
token: "<BOT_TOKEN>"
|
|
log_level: "debug"
|
|
|
|
plex:
|
|
base_url: "<BASE_URL>"
|
|
token: "<PLEX_TOKEN>"
|
|
library_name: "<LIBRARY_NAME>"
|
|
log_level: "debug"
|
|
|
|
lyrics:
|
|
token: <CLIENT_ACCESS_TOKEN>
|