git://git.furryclan.net
/
furrycat
/
catbot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79cf6ab
)
Description for Bling.
author
CMDR furrycat
<elite@furrycat.net>
Sat, 29 Oct 2016 10:19:50 +0000
(11:19 +0100)
committer
CMDR furrycat
<elite@furrycat.net>
Sat, 29 Oct 2016 10:19:50 +0000
(11:19 +0100)
plugin/bling/bling.py
patch
|
blob
|
history
diff --git
a/plugin/bling/bling.py
b/plugin/bling/bling.py
index
66ecb67
..
75568eb
100644
(file)
--- 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():