improvements
This commit is contained in:
@@ -75,7 +75,7 @@ class MessageHandler():
|
||||
docstring = "No description available"
|
||||
if docstring.startswith("nolist "):
|
||||
continue
|
||||
reply += "\n!{command} - {doc}".format(method, docstring.split("\n")[0])
|
||||
reply += "\n!{} - {}".format(method, docstring.split("\n")[0])
|
||||
return reply
|
||||
else:
|
||||
method = getattr(self,self.arguments[0])
|
||||
|
||||
Reference in New Issue
Block a user