Added minor documentation

This commit is contained in:
Matthew Ramina
2013-11-28 22:23:32 -05:00
committed by mutantmonkey
parent d6e28ac26b
commit 9219308170
7 changed files with 15 additions and 2 deletions

View File

@@ -46,6 +46,8 @@ def eightball(phenny, input):
quote = random.choice(quotes)
phenny.reply(quote)
eightball.commands = ['8ball']
eightball.name = '8ball'
eightball.example = '.8ball is pie amazing?'
if __name__ == '__main__':
print(__doc__.strip())