add help for a bunch of modules
This commit is contained in:
@@ -90,6 +90,8 @@ def format(word, definitions, number=2):
|
||||
return result.strip(' .,')
|
||||
|
||||
def w(phenny, input):
|
||||
""".w <word> - Get the definition of a word from wiktionary."""
|
||||
|
||||
if not input.group(2):
|
||||
return phenny.reply("Nothing to define.")
|
||||
word = input.group(2)
|
||||
|
||||
Reference in New Issue
Block a user