Description for Bling.
authorCMDR furrycat <elite@furrycat.net>
Sat, 29 Oct 2016 10:19:50 +0000 (11:19 +0100)
committerCMDR furrycat <elite@furrycat.net>
Sat, 29 Oct 2016 10:19:50 +0000 (11:19 +0100)
plugin/bling/bling.py

index 66ecb67..75568eb 100644 (file)
@@ -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():