Closed h4ck3rk3y closed 8 years ago
Fixed a few typos in the README that you provided. The import statement should have been from pymessenger.bot import Bot instead of from pymessenger import Bot
from pymessenger.bot import Bot
from pymessenger import Bot
Yikes! Sorry for the typo. Thanks!
Fixed a few typos in the README that you provided. The import statement should have been
from pymessenger.bot import Bot
instead offrom pymessenger import Bot