From c17a0d4b8e0d948b234b1483bf958c31e8d89123 Mon Sep 17 00:00:00 2001 From: Pratyush Desai Date: Sun, 31 Oct 2021 09:04:20 +0530 Subject: config value for logo --- config.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.py') 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: -- cgit v1.2.3