summaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
authorPratyush Desai2021-10-31 09:04:20 +0530
committerPratyush Desai2021-10-31 09:04:20 +0530
commitc17a0d4b8e0d948b234b1483bf958c31e8d89123 (patch)
treed2d58d0d01204d888584b093a58b0729fc94531e /config.py
parentdaf56214d01854b527b5d644cd5e0f1304b60422 (diff)
downloadspotify-c17a0d4b8e0d948b234b1483bf958c31e8d89123.tar.gz
spotify-c17a0d4b8e0d948b234b1483bf958c31e8d89123.tar.bz2
spotify-c17a0d4b8e0d948b234b1483bf958c31e8d89123.zip
config value for logo
Diffstat (limited to 'config.py')
-rw-r--r--config.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.py b/config.py
index c170fb9..a487ab6 100644
--- a/config.py
+++ b/config.py
@@ -57,5 +57,8 @@ conf.registerGlobalValue(Spotify, 'clientID',
conf.registerGlobalValue(Spotify, 'clientSECRET',
registry.string('', """ Sets the ClientSECRET obtainable from https://developer.spotify.com/""", private=True))
+conf.registerChannelValue(Spotify, 'Logo',
+ registry.string(' 🎶️ \x02\x0301,03SPOTIFY\x0f 🎶️',"""Formatting prependended to response"""))
+
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: