1
0
Fork 0
mirror of synced 2024-05-05 05:02:30 +12:00

Add Spotify options

This commit is contained in:
phxntxm 2018-04-24 17:52:53 -05:00
parent 09969ada7b
commit e24c8e3a93

View file

@ -48,6 +48,9 @@ ytdl_proxy = global_config.get('youtube_dl_proxy', None)
patreon_key = global_config.get('patreon_key', None)
patreon_id = global_config.get('patreon_id', None)
patreon_link = global_config.get('patreon_link', None)
# The client ID/secret for spotify
spotify_id = global_config.get("spotify_id", None)
spotify_secret = global_config.get("spotify_secret", None)
# The extensions to load
extensions = [