maxux / python-rocketchat-bot

rocket.chat python basic bot
Apache License 2.0
30 stars 18 forks source link

Typo #1

Closed dfpena closed 7 years ago

dfpena commented 7 years ago

In the readme :
rocket.addPrefixHandler('hello', test)

should probably be rocket.addPrefixHandler('hello', hello) ?