Added minor documentation
This commit is contained in:
committed by
mutantmonkey
parent
d6e28ac26b
commit
9219308170
@@ -43,6 +43,7 @@ def urbandict(phenny, input):
|
||||
|
||||
response = "{0} - {1}".format(result['definition'].strip()[:256], url)
|
||||
phenny.say(response)
|
||||
urbandict.name = 'urb'
|
||||
urbandict.rule = (['urb'], r'(.*)')
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user