diff options
| author | Pratyush Desai | 2021-10-31 09:04:20 +0530 |
|---|---|---|
| committer | Pratyush Desai | 2021-10-31 09:04:20 +0530 |
| commit | c17a0d4b8e0d948b234b1483bf958c31e8d89123 (patch) | |
| tree | d2d58d0d01204d888584b093a58b0729fc94531e /config.py | |
| parent | daf56214d01854b527b5d644cd5e0f1304b60422 (diff) | |
| download | spotify-c17a0d4b8e0d948b234b1483bf958c31e8d89123.tar.gz spotify-c17a0d4b8e0d948b234b1483bf958c31e8d89123.tar.bz2 spotify-c17a0d4b8e0d948b234b1483bf958c31e8d89123.zip | |
config value for logo
Diffstat (limited to 'config.py')
| -rw-r--r-- | config.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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: |
