From 92b4b7dfbf282fed6a8bb1ccd28f12affc84dd57 Mon Sep 17 00:00:00 2001 From: CMDR furrycat Date: Sat, 29 Oct 2016 11:19:50 +0100 Subject: [PATCH] Description for Bling. --- plugin/bling/bling.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugin/bling/bling.py b/plugin/bling/bling.py index 66ecb67..75568eb 100644 --- a/plugin/bling/bling.py +++ b/plugin/bling/bling.py @@ -21,6 +21,9 @@ class Bling(object): def valid_commands(self): return ['bling'] + def description(self): + return 'Converts image for use as Discord avatars.' + @asyncio.coroutine def handle_command(self, message, command, raw): if command not in self.valid_commands(): -- 2.7.4