diff options
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: |
